JSFiddle - React, Tailwind, and code Playground
by ThiefMaster
HTML
<div><span>XXX</span></div>
CSS
body { background: black; padding: 2em; }
div span { color: lime !important; }
div { color: red !important; }
span { color: yellow !important; }