JSFiddle - React, Tailwind, and code Playground

by akshatha suchethan

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/base/jquery-ui.css"
type="text/css" media="all">
<textarea></textarea>

JavaScript

$("textarea").resizable({
    resize: function() {
        $("body").append("<pre>resized!</pre>");
    }
});