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;
}
by Abid Shaik
<!--********CSS POSITIONINING********************************************-->
<div class="box">
</div>
.box{
width: 50px;
height: 50px;
background-color: blue;
}