JSFiddle - React, Tailwind, and code Playground

by steveukx

HTML

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

CSS

div { float: left; width: 50px; height: 50px; }
.foo { background: red; }
.bar { background: blue; }
.foo + .bar { background: orange; }