JSFiddle - React, Tailwind, and code Playground

by xerxesnoble

HTML

<script src="https://www.oakbrookcenter.com/etc/clientlibs/ggp/jibestream.704e3ea07893cec14870e44251d20d97.js"></script>
<div id="map">
</div>

CSS

#map{
  width:100%;
  height:100%;
}

JavaScript

/*
	This is how the JMap Engine is initialized. 
  This is a sentence going into further detail about a pretty basic thing. 
  yep. 
*/
JMap.init({
    url: "https://ggp.js-network.co",
    id: 1461,
    locationId: 1113,
    apiUser: "icf",
    apiPass: "fmv9fTae",
    apiKey: "JMJ143880vl1045185ENRLW143880fz1",
    code: "en",
    config: {},
    container: "#map",
    allMapsRendered: function(){
    	// JMap Kung-fu
    }
});