JSFiddle - React, Tailwind, and code Playground
HTML
<div class="b1"></div>
<div class="b2"></div>
<div class="b3"></div>
CSS
body,html { height:100%; }
.b1{height:100%;width:150px;background:#963;float:left}
.b2{height:100%;width:150px;background:#955;float:left}
.b3{height:100%;width:150px;background:#966;float:left}