JSFiddle - React, Tailwind, and code Playground
by grant
HTML
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery.colorbox/1.4.33/example1/colorbox.css">
<div class="fMap">
</div>
JavaScript
$(document).ready(function(){
$.colorbox({html:'<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com.tw/maps?t=m&ie=UTF8&ll=25.07938,121.67058&spn=0.041823,0.077162&z=14&brcurrent=3,0x345d53034b8c38af:0xc50f362cc271a639,1,0x345d5538b0b6645f:0x5aa90dfa6620edc0&output=embed"></iframe>'});
})