JSFiddle - React, Tailwind, and code Playground

by Marius Craciunoiu

HTML

<div>
    <p>Match</p>
</div>

<div>
    <span>
        <p>No match</p>
    </span>
</div>

CSS

div > p {
    color: red;
}