JSFiddle - React, Tailwind, and code Playground

by Lucas Silva

HTML

<div class="container">
  <td>Alinhado</td>
</div>

CSS

.container{
  width: 100%;
  height: 300px;
  text-align:center;
}

.container td{
  margin:auto;
}