JSFiddle - React, Tailwind, and code Playground
by mrtsherman
HTML
<div class="blue red">one</div>
<div class="red blue">one</div>
CSS
div.blue { color: blue; }
div.red { color: red; }
by mrtsherman
<div class="blue red">one</div>
<div class="red blue">one</div>
div.blue { color: blue; }
div.red { color: red; }