JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.js"></script>
<link rel="stylesheet" href="https://api.tiles.mapbox.com/mapbox.js/v1.6.4/mapbox.css">
<link rel="stylesheet" href="https://rawgithub.com/novus/nvd3/master/nv.d3.min.css">
<div id="map" style="height:400px;"></div>
JavaScript
var map = L.mapbox.map('map', 'icracked.map-0t4ttb1b', []);
var featureGroup = L.featureGroup().addTo(map);
L.circle([7, 0], 500000).addTo(featureGroup);