JSFiddle - React, Tailwind, and code Playground

by Atty Eleti

HTML

<div id="hello">

</div>

CSS

div {
  height: 20px;
  width: 20px;
  background-color: red;
  padding: 5px;
}

#hello {
  padding: 10px auto;
}