JSFiddle - React, Tailwind, and code Playground
by TheSneak
HTML
<link href="http://leaflet.cloudmade.com/dist/leaflet.css" type="text/css" rel="stylesheet">
<script src="http://leaflet.cloudmade.com/dist/leaflet.js"></script><script src="https://raw.github.com/domoritz/heatmap.js/master/src/heatmap.js" ></script>
<script src="https://raw.github.com/domoritz/heatmap.js/master/src/heatmap-leaflet.js"></script>
<div id="map"> </div>
CSS
#map{
height: 300px;
width: 49%;
}
JavaScript
var _radius = 15,
zoom = 1;
var heatData =...