JSFiddle - React, Tailwind, and code Playground
by 2Yootz
HTML
<script src="http://www.fakeyourbeauty.com/jquery.autosize.input.js"></script>
<input type="text" value="" placeholder="Autosize" data-autosize-input='{ "space": 40 }' />
CSS
input {
width: 90px;
min-width: 90px;
max-width: 300px;
transition: width 0.25s;
}