JSFiddle - React, Tailwind, and code Playground

by demee

HTML

<div class="style2 style1">
 meh meh meh
</div>

CSS

.style1 {
  background-color: red;
}

.style2 {
  background-color: yellow;
}