JSFiddle - React, Tailwind, and code Playground

by Hugo Vale Pereira

HTML

<div class="a">

</div>
<div class="b">
  
</div>

CSS

div {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: red;
  margin: 10px;
}

.a {
  background: blue;
}