JSFiddle - React, Tailwind, and code Playground

by denniswaltermartinez

HTML

<p>test</p>
<p>test<span>test2</span></p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>

CSS

p + p > span {
    background: red;
}
p:before {
 content: 'hello'   
}