JSFiddle - React, Tailwind, and code Playground

by Stefano Bertoli

HTML

<div id="one"></div>
<div id="two"></div>
<div id="three"></div>
<div id="four"></div>

CSS

div
{
    width:50px;
    height:50px;
}

#one
{  
    background-color:#ccc;  
}
#two
{ 
    background-color:#000;
}
#three
{
    background-color:#f00;
   }
#four
{background-color:#0f0;}
#five
{background-color:#00f;}