JSFiddle - React, Tailwind, and code Playground

by bakhshi

HTML

<link rel="stylesheet" href="http://code.jquery.com/ui/1.8.19/themes/base/jquery-ui.css">
<div title='Look at my dialog'>
    This is my dialog content which you can see
</div>

JavaScript

$("div").dialog({height:300});