JSFiddle - React, Tailwind, and code Playground

by Daniel Cheung

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">
    &nbsp;Zn
    </td>
  </tr>  
</table>

CSS

* {
  font-family: "Segoe UI", sans-serif;
}