JSFiddle - React, Tailwind, and code Playground

HTML

<custom-tbody>
  <custom-tbody>A</custom-tbody>
  <custom-td>B<br/>B</custom-td>
  <custom-td>C<br/>C</custom-td>
</custom-tbody>

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; }

body * { background: rgba(0,0,0,0.2)}