I was messing around because the font I use for my website is thicker, this works perfectly.
Same idea as the borders CSS.
u{text-decoration: underline 2px;}
<p>
Not underlined text <br>
<u>Underlined text</u><br>
<u>qwertyuiopasdfghjklzxcvbnm</u>
</p>