JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<p>Hello</p>
<p>Hello 2</p>
<p>Hello 3</p>
<div>
CSS
p:has(> div) { background: orange; }
<div>
<p>Hello</p>
<p>Hello 2</p>
<p>Hello 3</p>
<div>
p:has(> div) { background: orange; }