JSFiddle - React, Tailwind, and code Playground

by Bharat Gupta

HTML

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

CSS

.box {
  width: 200px;
  height: 100px;
  background: yellow;
  margin: 0 auto;
}