JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<span class="wrapper">
<input type="text">
</span>

CSS

.wrapper {display: block; overflow: hidden;}

[type="text"] {width: 100%;}