JSFiddle - React, Tailwind, and code Playground

HTML

<div>a</div>
<div></div>

CSS

div {
  width: 100px;
  height: 100px;
  background-color: red;
  border: 2px solid #000;
  float:left;
  margin:0 2px;
}