JSFiddle - React, Tailwind, and code Playground
by fosterz
HTML
<script src="https://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/dark-hive/jquery-ui.css">
<div class="div-resize ui-widget-content">
voteradfasd asfaf asdfa </br>
votasdfasdf asf sf a </br>
238rasf </br>
votasdfasdf asf sf a </br>
</div>
JavaScript
$(function() {
$( ".div-resize" ).resizable({maxHeight: 300,minHeight:30,handles: "n,s"});
});