JSFiddle - React, Tailwind, and code Playground

by dima_k

HTML

<p>Some text with underline</p>

CSS

p {
    text-decoration: underline;
}