JSFiddle - React, Tailwind, and code Playground

by josangel555

JavaScript

[
  {
    "featureType": "administrative.land_parcel",
    "stylers": [
      { "visibility": "simplified" }
    ]
  },{
    "featureType": "landscape",
    "stylers": [
      { "visibility": "off" }
    ]
  },{
    "featureType": "road",
    "elementType": "labels",
    "stylers": [
      { "visibility": "off" }
    ]
  },{
    "featureType": "water",
    "stylers": [
      { "visibility": "on" },
      { "color": "#808080" },
      { "lightness": -53 }
    ]
  },{
    "featureType": "poi",
    "stylers": [
      { "visibility": "off" }
    ]
  },{
    "featureType": "administrative.country",
    "elementType": "labels",
    "stylers": [
      { "visibility": "off" }
    ]
  },{
    "featureType": "landscape",
    "elementType": "geometry.fill",
    "stylers": [
      { "visibility": "on" },
      { "hue": "#00fff7" },
      { "saturation": -56 },
      { "lightness": -2 },
      { "gamma": 3.25 }
    ]
  },{
    "featureType": "administrative",
    "stylers": [
      { "hue": "#00ffd5" },
      { "gamma": 0.94 },
      { "saturation": 24 }
    ]
  }
]