JSFiddle - React, Tailwind, and code Playground

by Brynner

HTML

<table style="width: 100%;">
<tr>
  <td>A</td>
  <td style="background-color: orange; text-align: center">
    <span>img</span>
    <span>B</span>
  </td>
</tr>
</table>