JSFiddle - React, Tailwind, and code Playground

by maddesigns

HTML

<p>text</p>

CSS

p {
    color: red;
    text-decoration: line-through;
    -moz-text-decoration-color: blue;
}