JSFiddle - React, Tailwind, and code Playground

by Abid Shaik

HTML

<!--********CSS POSITIONINING********************************************-->
<div class="box">

</div>

CSS

.box{
  width: 50px;
  height: 50px; 
  background-color: blue; 
}