JSFiddle - React, Tailwind, and code Playground

by jatinder_singh02

HTML

<link rel="stylesheet" href="http://jvectormap.com/css/jquery-jvectormap-2.0.1.css" type="text/css" media="screen"/>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.js"></script>
  <script src="http://jvectormap.com/js/jquery-jvectormap-2.0.1.min.js"></script>
  <script src="http://jvectormap.com/js/jquery-jvectormap-world-mill.js"></script>
  
   <div id="world-map" style="width: 600px; height: 400px"></div>
  
  </div>

JavaScript

$(function(){
$('#world-map').vectorMap({map: 'world_mill'});
});