JSFiddle - React, Tailwind, and code Playground

by shapeshifta

HTML

<script src="http://fancybox.net/js/fancybox-1.3.4/jquery.fancybox-1.3.4.js"></script>
<link rel="stylesheet" href="http://fancybox.net/js/fancybox-1.3.4/jquery.fancybox-1.3.4.css">
<a class="fancybox" href="https://maps.google.de/maps?f=q&amp;source=s_q&amp;hl=de&amp;geocode=&amp;q=leipzig&amp;aq=&amp;sll=51.341782,12.393635&amp;sspn=0.326414,1.056747&amp;ie=UTF8&amp;hq=&amp;hnear=Leipzig,+Sachsen&amp;ll=51.341765,12.393951&amp;spn=0.326429,1.056747&amp;t=m&amp;z=11&amp;output=embed">open map</a>

JavaScript

$(".fancybox").fancybox({
    type: 'iframe',
    'width': '90%',
    'height': '90%'
});