JSFiddle - React, Tailwind, and code Playground

by Dong Shelton

HTML

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

CSS

.box {
  box-sizing: border-box;
  width: 0;
  height: 30px;
  border: 10px solid black;
  background: red;
}