JSFiddle - React, Tailwind, and code Playground

HTML

<div class="item">
    <h1><a href="http://localhost/test">Test</a></h1>
        <p>This is a new entry </p>
        <p>This is a new entry</p>
</div>

CSS

.item p:first-child {background:red}