JSFiddle - React, Tailwind, and code Playground
by liyuanqiu
HTML
<!DOCTYPE html>
<html>
<head>
<style>
#map {
width: 100vw;
height: 100vh;
}
</style>
</head>
<body>
<h3>My Google Maps Demo</h3>
<div id="map"></div>
<script>
const testing =...