JSFiddle - React, Tailwind, and code Playground

by Ganesh Salunkhe

HTML

<p id="thing">Will be RED.</p>

CSS

p {
    color: red !important;
}
#thing {
    color: green;
}