JSFiddle - React, Tailwind, and code Playground

by hamzeen hameem

HTML

<div class="file">
    <div>align-items: center;
justify-content: center; align-items: center;
justify-content: center;align-items: center;
justify-content: center;align-items: center;
justify-content: center;align-items: center;
justify-content: center;</div>
    <div >Div 2</div>
</div>

CSS

.file div
{width: 150px; height: auto;  float: left; padding: 7px; border: 1px solid #000;display: flex;
align-items: center;
justify-content: center;
}