JSFiddle - React, Tailwind, and code Playground

by Md. Atiquzzaman Soikat

HTML

<div id="box"></div>

CSS

#box{
  width: 200px;
  height: 200px;
  background-color: green;
  position: relative;
}