JSFiddle - React, Tailwind, and code Playground

by Vaibhav Mehta

HTML

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

CSS

div ~ p {
    color: red;
}