JSFiddle - React, Tailwind, and code Playground
by lustre
HTML
<script src="http://samtag.googlecode.com/svn-history/r2/trunk/js/jquery.autoGrowInput.js"></script>
<input class="autogrow">
JavaScript
$(function(){
$("input.autogrow").autoGrowInput({minWidth:30,comfortZone:30});
});