JSFiddle - React, Tailwind, and code Playground

HTML

<div class='foo bar'>foo bar</div>

<div class='bar foo'>bar foo</div>

CSS

div { height: 100px; width: 100px; float: left; margin-right: 5px; color: White;}

/* Move these around to notice a change */
.foo {background: red;}
.bar {background: blue;}