JSFiddle - React, Tailwind, and code Playground

HTML

<table>
<tr><button></button><button></button></tr>
</table>

CSS

button { display: table-cell; margin: 30px; background: blue; }