JSFiddle - React, Tailwind, and code Playground

HTML

<tr>
  <td>
    <div class="container">
      <p>Testeeee</p>
      <img alt="Brand" src="/imgs/odonto/11.png" height="136px" width="150">
    </div>
  </td>
  <td>
    <div class="container">
      <p>Testeeee</p>
      <img alt="Brand" src="/imgs/odonto/11.png" height="136px" width="150">
    </div>
  </td>
</tr>

CSS

.container{
  text-align:center;
}