JSFiddle - React, Tailwind, and code Playground

HTML

<div class="ignore"><span>xxxxxx</span></div>
<span>yyyyyy</span>

CSS

span { color: red }
div:not(.ignore) span { color: green }