JSFiddle - React, Tailwind, and code Playground

by 亮 薛

HTML

<div>
  
</div>

CSS

div {
  width: 50px;
  height: 50px;
  border: 1px solid red;
}

div {
  background-color: green !important;
}

div {
  background-color: blue;
}