JSFiddle - React, Tailwind, and code Playground
by kodedsoft
HTML
<div style="width: 500px; height: 500px; background-color: #f0f0f0">
<div style="display:inline-block;">
<div style="display: table;vertical-align:middle; width: 100px; height: 100px; background-color: red">
<a style="display:table-cell;vertical-align: middle;text-align:center;">lorem ipsum</a>
</div>
</div>
<div style="display:inline-block;">
<div style="display: table;vertical-align:middle; width: 100px; height: 100px; background-color: red">
<a style="display:table-cell;vertical-align: middle;text-align:center;">lorem ipsum</a>
</div>
</div>
</div>