JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td class="text-right">Sample text </td>
<td>Sample texttexttexttexttexttexttexttext 000000000000000000000000000000</td>
</tr>
</table>
CSS
table{
width: 300px;
display: inline-block;
overflow: hidden;
word-break: break-word;
}
.text-right{
width:30%;
}