JSFiddle - React, Tailwind, and code Playground
HTML
<p class="social">taco</p>
<p class="first">burrito</p>
<p class="social first">chimichanga</p>
CSS
.social { color: red; }
.first { color: blue; }
<p class="social">taco</p>
<p class="first">burrito</p>
<p class="social first">chimichanga</p>
.social { color: red; }
.first { color: blue; }