JSFiddle - React, Tailwind, and code Playground

by KyleMuir

HTML

<div class="mydiv colour">

</div>

CSS

.mydiv {
  height: 500px;
  width: 500px;
}

.colour {
  background-color: red;
}

.colour {
  background-color: blue
}