JSFiddle - React, Tailwind, and code Playground

HTML

<table>
  <tbody>
    <tr>
      <td id='box'>
        <input type='text' />
        <input type='text' />
      </td>
      <td>Кнопка</td>
    </tr>
  </tbody>
</table>

CSS

table {
  width: 100%;
}