JSFiddle - React, Tailwind, and code Playground
by Paul Leech
HTML
<div id="body1">
</div>
<div id="body2">
</div>
<div id="body3">
</div>
CSS
#body1{
height: 50px;
width:100px;
background: red;
}
#body2{
height: 50px;
width:100.75px;
background: green;
}
#body3{
height: 50px;
width:101.5px;
background: blue;
}