JSFiddle - React, Tailwind, and code Playground
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.5px;
background: green;
}
#body3{
height: 50px;
width:101px;
background: blue;
}