JSFiddle - React, Tailwind, and code Playground

HTML

<table border=1 width=50px>
     <tr>
       <td>Some Text <span>other text</span></td>
     </tr>
     <tr>
       <td>Some other Text <span>some other text 2</span></td>
     </tr>
   </table>

CSS

table{
    white-space: nowrap;
}