JSFiddle - React, Tailwind, and code Playground

HTML

<iframe src="http://mapsengine.google.com/map/u/0/embed?mid=zcYcL12izhP0.kBlDVAO1nRr8" width="100%" height="480" onresize="alert(123)"></iframe>

JavaScript

window.onresize=function(){
  var frame=document.getElementsByTagName('iframe')[0];
  frame.setAttribute('src','http://mapsengine.google.com/map/u/0/embed?mid=zcYcL12izhP0.kBlDVAO1nRr8&'+new Date().getTime())
}