JSFiddle - React, Tailwind, and code Playground

by bschafer

HTML

<script src="http://blogs.sitepointstatic.com/examples/tech/textarea-expander/jquery.textarea-expander.js"></script>
<textarea id="mytextarea" class="expand"></textarea>

CSS

textarea {
    padding: 5px;
        -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}