JSFiddle - React, Tailwind, and code Playground
HTML
<div class="green first">Lorem</div>
<div class="green second">Ipsum</div>
<div class="blue third">Doler</div>
CSS
.green {
background-color: #AFA;
}
.blue {
background-color: #AAF;
}