JSFiddle - React, Tailwind, and code Playground

by Andrew Dunai

HTML

<div>
    <a href="https://maps.google.com/?q=50.7343525917,4.42149778039">Link 1</a>
</div>
<div>
    <a href="geo:50.7343525917,4.42149778039">Link 2 (geo:// protocol)</a>
</div>
<div>
    <a href="comgooglemaps://?center=50.7343525917,4.42149778039&zoom=17">Link 3 (comgooglemaps:// protocol)</a>
</div>