JSFiddle - React, Tailwind, and code Playground

HTML

<div>Hello</div>
<p>World</p>
<p>World</p>

CSS

div + p {
    color: red;
}