JSFiddle - React, Tailwind, and code Playground
by podlipensky
HTML
<div id="one" ></div>
<div id="two" ></div>
CSS
div {
width: 100px;
height: 100px;
background: blue;
margin: 10px;
}
by podlipensky
<div id="one" ></div>
<div id="two" ></div>
div {
width: 100px;
height: 100px;
background: blue;
margin: 10px;
}