JSFiddle - React, Tailwind, and code Playground

by Alexey

HTML

<div>asda<p>sdasd</p></div>

CSS

div:hover p{
    background-color:red;
}