JSFiddle - React, Tailwind, and code Playground

by will

JavaScript

[
  {
    featureType: "road",
    elementType: "labels",
    stylers: [
      { visibility: "off" }
    ]
  },{
    featureType: "transit",
    elementType: "labels",
    stylers: [
      { visibility: "off" }
    ]
  },{
    stylers: [
      { gamma: 1.04 },
      { lightness: -8 },
      { hue: "#ff6e00" },
      { saturation: -33 }
    ]
  },{
    featureType: "water",
    stylers: [
      { hue: "#0099ff" },
      { lightness: 29 },
      { saturation: 5 }
    ]
  },{
    featureType: "road.highway",
    elementType: "geometry",
    stylers: [
      { visibility: "on" },
      { lightness: -16 },
      { hue: "#ff4d00" },
      { saturation: -58 }
    ]
  },{
    featureType: "road.arterial",
    elementType: "geometry",
    stylers: [
      { hue: "#ff6600" },
      { saturation: -42 },
      { lightness: -5 }
    ]
  },{
    featureType: "road.local",
    elementType: "geometry",
    stylers: [
      { lightness: -54 },
      { visibility: "off" }
    ]
  },{
    featureType: "administrative.locality",
    elementType: "labels",
    stylers: [
      { visibility: "on" },
      { gamma: 1.84 }
    ]
  },{
    featureType: "administrative.country",
    stylers: [
      { hue: "#ff0033" },
      { lightness: -57 },
      { saturation: 24 },
      { gamma: 0.85 }
    ]
  }
]