JSFiddle - React, Tailwind, and code Playground

by urdh

HTML

<div id="test">
    <p class="test">Test</p>
</div>
<p class="test">Test</p>

CSS

#test > .test { color: red; }