JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://hoa.ath.cx/~dm2/src/css/jquery-ui.css">
<script src="http://hoa.ath.cx/~dm2/src/js/jquery.ui.min.js"></script>
<html>
    <head>
        <script>$(function(){$("#cont").dialog({autoOpen:true});});</script>
    </head>
    
    <body>

        <div id="cont">hi</div> 
    </body>
</html>