JSFiddle - React, Tailwind, and code Playground

by inser

HTML

<table>
  <tr>
    <td class="small">Small text</td>
    <td class="large">Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large text Large
      text Large text Large text Large text Large text Large text Large text Large text Large text Large text</td>
  </tr>
</table>

CSS

td {
  vertical-align: top;
}