JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrap">
    <div class="test"></div>
    <div class="test"></div>
</div>

CSS

.test {
    width: 240px;
    background-color: orange;
    display: block;
    vertical-align: text-top;
    margin-bottom: 5px;
}