JSFiddle - React, Tailwind, and code Playground
HTML
<h4>This is a heading</h4>
<br />
<br />
<br />
<br />
<h4><u>This is another heading</u></h4>
CSS
u {
text-decoration: none;
border-bottom: 10px solid black;
}
<h4>This is a heading</h4>
<br />
<br />
<br />
<br />
<h4><u>This is another heading</u></h4>
u {
text-decoration: none;
border-bottom: 10px solid black;
}