JSFiddle - React, Tailwind, and code Playground

HTML

<div class="blue red">one</div>
<div class="red blue">one</div>

CSS

div.blue { color: blue; }
div.red { color: red; }