JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

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

CSS

div.box {
  width: 200px;
  height: 550px;
  background: red;
}