JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css">

    <div id="wrapper"></div>

JavaScript

$( "<div>" ).dialog({
    modal: true,
    appendTo: "#wrapper"
});