JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

HTML

<script src="https://peacemaker.un.org/sites/peacemaker.un.org/themes/peacemaker/js/raphael_2.0.2.js?mxb2bj"></script>
<script src="https://peacemaker.un.org/sites/peacemaker.un.org/themes/peacemaker/js/world_1000.js?mxb2bj"></script>
<div id="here"></div>

JavaScript

var r = Raphael('here');

render_map(r, {}, {
  fill: '#f8f9fa',
  stroke: '#5c656a',
  "stroke-width": 1,
  "stroke-linejoin": "round",
  "stroke-opacity": 0.25
});