JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://maps.googleapis.com/maps/api/js"></script>
<div id="googleMap" style="width:500px;height:380px;"></div>
CSS
.myclass {
cursor:pointer;
font-size:20px;
}
<script src="https://maps.googleapis.com/maps/api/js"></script>
<div id="googleMap" style="width:500px;height:380px;"></div>
.myclass {
cursor:pointer;
font-size:20px;
}