JSFiddle - React, Tailwind, and code Playground

by Alexandru Gatea

HTML

<div></div>

CSS

div {
  background: black;
  height: 100px;
  width: 10em;
  /* width: 10pt; */
}