JSFiddle - React, Tailwind, and code Playground
HTML
<div class="tableCell"></div>
<div class="tableCell"></div>
CSS
.tableCell {
background: green;
border-left: 5px solid white;
display: table-cell;
height: 100px;
width: 50px;
}