JSFiddle - React, Tailwind, and code Playground
HTML
<div class="e">
<p>x</p>
<p>y</p>
<p>z</p>
</div>
<p>
Paragraph not affected
</p>
CSS
.e p {
background: lime;
width: fit-content;
}
<div class="e">
<p>x</p>
<p>y</p>
<p>z</p>
</div>
<p>
Paragraph not affected
</p>
.e p {
background: lime;
width: fit-content;
}