JSFiddle - React, Tailwind, and code Playground
by centerwow
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css">
<div id="abc" title="my title">this is<br>my text</div>
CSS
.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(http://www.centerwow.com/window1/window/pic/resizable-se.gif); }
JavaScript
$(document).ready(foo);
function foo()
{
$("#abc").dialog()
}