JSFiddle - React, Tailwind, and code Playground

by maharajan a

HTML

<table>
<tr>
  <td>
    <input type="checkbox" style="text-align:center;" ng-model="x.dedbuffer">
</td>
</tr>
</table>

CSS

.table td input[type="checkbox"] {
    text-align: center;
}