JSFiddle - React, Tailwind, and code Playground
by Caleb Evans
HTML
<div id='square'></div>
<div id='circle'></div>
CSS
#square, #circle{
width: 100px;
height: 100px;
}
#square {
background: #8e3;
}
by Caleb Evans
<div id='square'></div>
<div id='circle'></div>
#square, #circle{
width: 100px;
height: 100px;
}
#square {
background: #8e3;
}