JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td id="container">
<input id="whatever" type="text" size="1003" value="More than three characters">
</td>
</tr>
</table>
CSS
#container { width: 100px; }
#whatever { max-width: 100%; }
table { width: 100px; table-layout: fixed; }