JSFiddle - React, Tailwind, and code Playground
by will525
HTML
<script src="http://jvectormap.owl-hollow.net/js/jquery.vector-map.js"></script>
<script src="http://jvectormap.owl-hollow.net/js/world-en.js"></script>
<link rel="stylesheet" href="http://jvectormap.owl-hollow.net/css/jquery.vector-map.css">
<div id="example-map-1"></div>
CSS
#example-map-1{
width:700px;
height:400px;
}
JavaScript
$(function(){
$('#example-map-1').vectorMap();
});