JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://www.fakeyourbeauty.com/jquery.autosize.input.debug.js"></script>
<input type="text" value="" placeholder="Autosize" data-autosize-input='{ "space": 40 }' />
CSS
input {
}
JavaScript
$(function() {
// DOM ready
// To change defaults and be used it has to happen before the instance is initialized
// Remove the data attribute to test this
//Plugins.AutosizeInput.getDefaultOptions().space = 60;
// Initialize
//$("input").autosizeInput();
});