JSFiddle - React, Tailwind, and code Playground
by LinkinTED
HTML
<div>
<div>div 1</div>
<p>div 2</p>
<div>div 3</div>
<div>div 4</div>
</div>
CSS
div+p {
color: red;
}
by LinkinTED
<div>
<div>div 1</div>
<p>div 2</p>
<div>div 3</div>
<div>div 4</div>
</div>
div+p {
color: red;
}