JSFiddle - React, Tailwind, and code Playground
by Ivin Raj S
HTML
<div class="file">
<div>Div 1</div>
<div >Div 2</div>
</div>
CSS
.file div
{width: 150px; height: 150px; float: left; padding: 7px; border: 1px solid #000;display: flex;
align-items: center;
justify-content: center;
}