JSFiddle - React, Tailwind, and code Playground
HTML
<div class="overlay" onClick="style.pointerEvents='none'"></div>
<iframe src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d30155.214562799734!2d72.8406685520813!3d19.133880586223164!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sin!4v1424690344360" width="600" height="450" frameborder="0" style="border:0"></iframe>
CSS
.overlay {
background:transparent;
position:relative;
width:640px;
height:480px; /* your iframe height */
top:480px; /* your iframe height */
margin-top:-480px; /* your iframe height */
}