JSFiddle - React, Tailwind, and code Playground

HTML

<html>
    <head>
        <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css">
        <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>
        <script type="text/javascript" src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
    </head>
    <body>
        <div class="dialogTest">
            Enthusiastically streamline one-to-one communities with principle-centered channels. Objectively initiate emerging innovation before visionary paradigms. Uniquely orchestrate distinctive portals whereas extensive supply chains. 

Enthusiastically iterate clicks-and-mortar scenarios without multidisciplinary paradigms. Objectively coordinate multimedia based intellectual capital with superior experiences. Distinctively deploy value-added technologies whereas stand-alone testing procedures. 

Holisticly productivate 24/7 results vis-a-vis high-payoff leadership. Monotonectally predominate economically sound convergence vis-a-vis high-quality e-business. Continually network resource-leveling web services after superior catalysts for change. 

Energistically morph market positioning results before one-to-one platforms. Conveniently leverage other's integrated models through wireless convergence. Competently fabricate installed base relationships through cross-media partnerships. 

Progressively utilize enterprise-wide functionalities via 24/7 infomediaries. Efficiently reinvent cross-platform supply chains whereas sticky metrics. Uniquely innovate pandemic ROI vis-a-vis out-of-the-box bandwidth. 

Intrinsicly engage multimedia based metrics and emerging deliverables. Interactively pursue world-class resources vis-a-vis exceptional deliverables. Authoritatively expedite ubiquitous results for installed base sources. 

Appropriately extend client-focused ideas with ethical sources. Collaboratively orchestrate real-time products and client-based channels. Proactively communicate user-centric...

CSS

.dialogTest { display: none; }

JavaScript

$('.dialogTest').dialog({'height':'600', modal: true});