JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/smoothness/jquery-ui.css">
<div id="dialog" title="foo">Bar</div>

CSS

.ui-widget-header {
    background: black;
    color: white;
}

JavaScript

$('#dialog').dialog();