JSFiddle - React, Tailwind, and code Playground

by Alex Alex

HTML

<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.35.0/mapbox-gl.js"></script>
<link rel="stylesheet" href="https://api.tiles.mapbox.com/mapbox-gl-js/v0.35.0/mapbox-gl.css">
<div id="map"></div>

CSS

#map {
   position: absolute;
   top: 0;
   bottom: 0;
   width: 100%;
 }

Babel + JSX

const features =...