JSFiddle - React, Tailwind, and code Playground
HTML
<h1><u>Title</u></h1>
<h2>Subtitle</h2>
<p>Text</p>
CSS
u {
border-bottom: 1px dashed #000;
text-decoration: none;
}
<h1><u>Title</u></h1>
<h2>Subtitle</h2>
<p>Text</p>
u {
border-bottom: 1px dashed #000;
text-decoration: none;
}