JSFiddle - React, Tailwind, and code Playground

by Andres Abadia

HTML

<p>some text</p>

CSS

p{
  text-decoration: underline;
  text-decoration-color:red;
}