JSFiddle - React, Tailwind, and code Playground
HTML
<div id="hello"><hello world/div>
JavaScript
$("#hello").dialog({
buttons: {
"Continue>": function() {
$( this ).dialog( "close" );
}
}
});
<div id="hello"><hello world/div>
$("#hello").dialog({
buttons: {
"Continue>": function() {
$( this ).dialog( "close" );
}
}
});