JSFiddle - React, Tailwind, and code Playground
HTML
<div class="foo bar">
this will be red
</div>
CSS
.foo { color: blue; }
.bar { color: red; }
<div class="foo bar">
this will be red
</div>
.foo { color: blue; }
.bar { color: red; }