JSFiddle - React, Tailwind, and code Playground
HTML
<iframe style="width: 100%; height: 300px" src="/6aEGT/show/light/" allowfullscreen="allowfullscreen" frameborder="0"></iframe><button>Reload</button>
JavaScript
var myFrame=document.querySelector('iframe');
var myButton=document.querySelector('button');
myButton.onclick=function(evt){
myFrame.contentWindow.location.reload(true);
}