JSFiddle - React, Tailwind, and code Playground
by snaos1
HTML
<textarea id='txstory' style='min-height:50px;'></textarea>
JavaScript
$('#txstory').on('keydown keyup', function () {
$(this).height(1).height( $(this).prop('scrollHeight')+12 );
});