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;
}
by maddesigns
<p>text</p>
p {
color: red;
text-decoration: line-through;
-moz-text-decoration-color: blue;
}