JSFiddle - React, Tailwind, and code Playground

by Glynne Turner

HTML

<div id="iframe_holder">
 <iframe class="tour" allow="vr;accelerometer;gyroscope;fullscreen" allowfullscreen frameborder="0" width="100%" height="500" src="https://app.cloudpano.com/tours/9ku5bY9RI"   ></iframe>
 </div>

JavaScript

$('iframe').ready(function() {
  $('.tour').fadeTo( 3000, 1 );
})