JSFiddle - React, Tailwind, and code Playground

HTML

<div id="hello"><hello world/div>

JavaScript

$("#hello").dialog({
       buttons: {
          "Continue>": function() {
             $( this ).dialog( "close" );
          }
       }
});