JSFiddle - React, Tailwind, and code Playground

by Rishabh Sharma

HTML

<div class="red blue">Hello World!</div>
<div class="blue red">Hello World Again!</div>

CSS

.red {
  color: red;
}

.blue {
  color: blue;
}