JSFiddle - React, Tailwind, and code Playground

by arjun chaudhary

HTML

<h1><u>Title</u></h1>
<h2>Subtitle</h2>
<p>Text</p>

CSS

u {    
    border-bottom: 1px dashed #000;
    text-decoration: none;
}