JSFiddle - React, Tailwind, and code Playground
by dirtyd77
HTML
<span>sp</span><div>div</div>
CSS
span+div {background blue;}
div, span{ height: 100px; width:100px;}
by dirtyd77
<span>sp</span><div>div</div>
span+div {background blue;}
div, span{ height: 100px; width:100px;}