JSFiddle - React, Tailwind, and code Playground

by therealklanni

JavaScript

require(['http://maps.google.com/maps/ap/js?sensor=false'], function() {
	return google.maps;
}, function(err) {
	console.debug('error', err);
});