JSFiddle - React, Tailwind, and code Playground

HTML

<custom-td>A</custom-td>
<custom-td>B</custom-td>
<span>A</span><span>B</span>
<custom-td>A</custom-td>
<custom-td>B</custom-td>

CSS

custom-table { display: table; }
custom-col { display: table-column; }
custom-tbody { display: table-row-group; }
custom-tr { display: table-row; }
custom-td { display: table-cell; }