JSFiddle - React, Tailwind, and code Playground
HTML
<div style="width:100%">
<div class="b" style="width:50%; background:red;height:100px;display:inline-block">
</div>
<div class="b" style="width:50%; background:blue;height:100px;;display:inline-block;">
</div>
</div>
CSS
*{
padding:0px;
margin:0px
}
.b, .b:after, .b:before{
box-sizing:border-box;
content:(" ");
}