JSFiddle - React, Tailwind, and code Playground
HTML
<div class="text">
<h2>Title</h2>
<span>Date</span>
<p>Text here...</p>
<div class="sub-text">
<p>More text!</p>
<span>Thanks!</span>
</div>
</div>
CSS
.text > h2,
.text > span,
.text < p {
color: red;
font-size:2em;
}