JSFiddle - React, Tailwind, and code Playground
by dkunin
HTML
<!doctype html>
<html style="margin: 0; padding: 0; height: 100%">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="http://api.maps.nokia.com/mobile/0.1.7/lib/mh5.css">
<link rel="stylesheet" href="http://api.maps.nokia.com/mobile/0.1.7/lib/colors.css">
</head>
<body class="mh5_hwacc_body" style="margin: 0; padding: 0; height: 100%">
<script src="http://api.maps.nokia.com/mobile/0.1.7/lib/mh5.js"></script>
<div id="app_location"
style="width: 100%; height: 100%; position: relative;"></div>
<script>
nokia.mh5.assetsPath = "http://api.maps.nokia.com/mobile/0.1.7/lib/";
nokia.mh5.app.embed({
domNode: "#app_location",
appId: "zq55GGLOm2YioJe4pzVU",
appCode: "MH5Examples"
});
</script>
</body>
</html>