JSFiddle - React, Tailwind, and code Playground
by ibroom
HTML
<body style="text-align: center;">
<script type="text/javascript">
(function (d) {
var url = "https://api.fliplet.com/v1/apps/97/pages/337/preview?auth&auth_token=eu--15b18806e8c1465cb42068bf5d586cb7-740-999-1830";
d.write('<iframe style="border:1px solid black;" frameborder="0" class="fliplet-app" height="100%" src="' + url + '"></iframe>');
})(document)
</script>
<style>
.fliplet-app { width: 100%; max-width: 768px; height:100%; min-height:1000px; }
</style>
</body>