JSFiddle - React, Tailwind, and code Playground

by blesh

HTML

<div id="test">
<div>sd fas df asdf asdf</div>
<div style="color: lime">sd fas df asdf asdf</div>
<div>sd fas df asdf asdf</div>
</div>

CSS

#test div {
    color: red !important
}