JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr><button></button><button></button></tr>
</table>
CSS
button { display: table-cell; margin: 30px; background: blue; }
<table>
<tr><button></button><button></button></tr>
</table>
button { display: table-cell; margin: 30px; background: blue; }