JSFiddle - React, Tailwind, and code Playground
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'
}
<p>test</p>
<p>test<span>test2</span></p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
p + p > span {
background: red;
}
p:before {
content: 'hello'
}