JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<thead>
</thead>
<tr>
<td></td>
</tr>
</table>
CSS
div {
display: table-cell;
text-align: center;
vertical-align: middle;
width: 150px;
height: 150px;
background-color: #06849b;
}
a {
text-align: center;
color: white;
font-family: sans-serif;
text-decoration: none;
font-weight: bold;
}