JSFiddle - React, Tailwind, and code Playground

by b_long

HTML

<script src="https://raw.github.com/b-long/JxLib/master/jxlib.standalone.uncompressed.js"></script>
<link rel="stylesheet" href="http://jxlib.org/reference/3.1.1/examples/lib/themes/crispin/jxtheme.uncompressed.css">
<p id="test">This is test content for the dialog.</p>

JavaScript

new Jx.Dialog({
        label: 'Test Dialog',
        modal: true,
        content: 'test'
      }).show();