JSFiddle - React, Tailwind, and code Playground

HTML

<div id="foo">
    <div>A</div>
    <div>B</div>
</div>

CSS

div#foo + div { 
width:200px;
height:200px; background:orange}