JSFiddle - React, Tailwind, and code Playground

HTML

<div class="foo bar">
    this will be red
</div>

CSS

.foo { color: blue; }
.bar { color: red; }