JSFiddle - React, Tailwind, and code Playground

by Bharat Gupta

HTML

<div class="blue red"></div>
<div class="red blue"></div>

CSS

div {
  width: 200px;
  height: 200px;
  margin: 20px;
}

.blue {background-color: blue;}
.red {background-color: red;}