JSFiddle - React, Tailwind, and code Playground
by pkeller3
HTML
<!DOCTYPE html>
<html>
<head>
<title>Simple Leaflet Map</title>
<meta charset="utf-8" />
<script src="https://leaflet.github.io/Leaflet.draw/docs/examples/libs/leaflet-src.js"></script>
<link rel="stylesheet" href="https://leaflet.github.io/Leaflet.draw/docs/examples/libs/leaflet.css" type="text/css" />
<link rel="stylesheet" href="https://rawgit.com/k4r573n/leaflet-control-osm-geocoder/master/Control.OSMGeocoder.css" />
<script src="https://leaflet.github.io/Leaflet.draw/src/Leaflet.draw.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/Leaflet.Draw.Event.js"></script>
<link rel="stylesheet" href="https://leaflet.github.io/Leaflet.draw/src/leaflet.draw.css" />
<script src="https://leaflet.github.io/Leaflet.draw/src/Toolbar.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/Tooltip.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/ext/GeometryUtil.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/ext/LatLngUtil.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/ext/LineUtil.Intersect.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/ext/Polygon.Intersect.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/ext/Polyline.Intersect.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/ext/TouchEvents.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/draw/DrawToolbar.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/draw/handler/Draw.Feature.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/draw/handler/Draw.SimpleShape.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/draw/handler/Draw.Polyline.js"></script>
<script src="https://leaflet.github.io/Leaflet.draw/src/draw/handler/Draw.Marker.js"></script>
<script...