JSFiddle - React, Tailwind, and code Playground

by btevfik

HTML

<div id="dialog" title="KITTEN">
    <img src="http://placekitten.com/200/200"></img>
    <p>THIS IS A KITTEN.</p>
</div>

JavaScript

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