I'm trying to make my underline on a word thick and overlapping the word above it, sort of like a negative padded underline. Like how the word "maygha" is underlined in this image.
This is what I have right now:
span {
border-bottom: 16px solid #a2c1f5;
}
<h1> hi there! <br> i'm <span> maygha!</span></h1>