JSFiddle - React, Tailwind, and code Playground
by Mark James
HTML
<div id='loading'>loading...</div>
<div id="showform" style="overflow:hidden; width:1120px; height:2100px; margin-right: -24px !important;"> </div>
<script>
jQuery("#showform").html('<object width="1120" height="2200" scrolling="no" frameborder="0" data="https://go.plantae.org/en/store/" style="overflow:hidden; height:2100px; width:1140px;">');
</script>
CSS
#loading {
background-image: url(http://static.smallworldlabs.com/aspb/content/images/animations/Plantae-Logo_Color-08.gif)
/*width: 300px;
padding: 20px;
background: orange;
color: white;*/
text-align: center;
margin: 0 auto;
}
JavaScript
$( document ).ready(function() {
$('#loading').hide();
});