JSFiddle - React, Tailwind, and code Playground

by apaul34208

HTML

<div id="foo">hello world<div id="bar">goodbye world</div> </div>

CSS

body, #foo { background: yellow }
#foo>* { background: blue }