JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td></td>
<td rowspan=2 style="font-size: 56px">⬣</td>
</tr>
<tr>
<td colspan=2 style="color: #fff; text-align: center; font-size: 16px; padding-top: 5px">
Zn
</td>
</tr>
</table>
CSS
* {
font-family: "Segoe UI", sans-serif;
}