JSFiddle - React, Tailwind, and code Playground

by sushilbharwani

HTML

<html>
<body>
<div>
</div>
<div>
</div>  
<div>
</div> 
<div>
</div>
<div>
</div>
<div>
</div> 
<div>
</div>
<div>
</div>
<div>
</div>    
</body>
</html>

CSS

div{
width:100px;
height:100px;
margin:10px;
background-color:red;    
}