JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<div class="box"></div>

CSS

.box {
  width: 2em;
  height: 2em;
  border: 1em solid black;
}