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