JSFiddle - React, Tailwind, and code Playground
HTML
<table><tbody><tr><td>
<div>
<input type="checkbox">
</div>
</td></tr></tbody></table>
CSS
td {height: 100px; width: 100px; background-color: blue;}
td > div {line-height: 50px; background-color: red; text-align: center;}