JSFiddle - React, Tailwind, and code Playground

by leopoldthecuber

HTML

<div></div>

CSS

div {
  height: 100px;
  width: 100px;
  padding: 10px;
  box-sizing: border-box;
}