JSFiddle - React, Tailwind, and code Playground

HTML

<div class="social">
<p class="first">burrito</p>
<p class="last">chimichanga</p>
</div>

CSS

.social .first { color: blue; }
.social .last { color: green; }