JSFiddle - React, Tailwind, and code Playground
HTML
<div class="flex-cust">
test
</div>
</div>
</div>
CSS
.flex-cust{
height: 500px;
display: flex;
align-items: center;
justify-content: center;
}
<div class="flex-cust">
test
</div>
</div>
</div>
.flex-cust{
height: 500px;
display: flex;
align-items: center;
justify-content: center;
}