JSFiddle - React, Tailwind, and code Playground

by Manu Vashishtha

HTML

<div>
    <p>Hello</p>
    <p>Hello 2</p>
    <p>Hello 3</p>
    
    <div>

CSS

p:has(> div)  { background: orange; }