JSFiddle - React, Tailwind, and code Playground

by Kev

HTML

<div id="dialog" title="Warning">
    <p>Error - 616</p>
</div>

JavaScript

$(function() {
    $( "#dialog" ).dialog();
  });