JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css">
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
<a href="#transitionExample" data-role="button" data-rel="dialog">Open dialog</a>
<div id="transitionExample" data-role="dialog" data-transition="flip">
<p>This is some text for the transition example</p>
</div>