JSFiddle - React, Tailwind, and code Playground
by mlms13
HTML
<div id="one" class="a"></div>
<div id="two" class="a"></div>
CSS
div.a {
background: #ccc;
float: left;
height: 200px;
}
#one {
width: 150px;
}
by mlms13
<div id="one" class="a"></div>
<div id="two" class="a"></div>
div.a {
background: #ccc;
float: left;
height: 200px;
}
#one {
width: 150px;
}