JSFiddle - React, Tailwind, and code Playground
HTML
<div class='element'>HELLO</div><div class='element'>WORLD</div>
CSS
.element {
background:#009; color:#cef; text-align:center;
width:22%;
border:4px solid rgb(255,0,0);
display:table-cell
}