JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
  width: 300px;
  height: 300px;
  background: red;
}
div { background: yellow !important; }
div { background: blue !important; }
div { background: green !important; }