JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://www.mmte.eu/js/amcharts.js"></script>
<script src="http://www.mmte.eu/js/serial.js"></script>
<script src="http://www.mmte.eu/js/chart_themes/light.js"></script>
 <div id="chartdiv" style="width: 99%; min-height:700px; background-color: #FFFFFF;" ></div>

JavaScript

var chart = AmCharts.makeChart("chartdiv", {
	"type": "serial",
	"pathToImages": "http://cdn.amcharts.com/lib/3/images/",
	"categoryField": "Total Population",
	"columnWidth": 0.91,
	"mouseWheelScrollEnabled": true,
	"rotate": true,
	"marginRight": 40,
	"zoomOutText": "Zoom out",
	"startDuration": 1,
	"fontSize": 12,
	"theme": "light",
	"categoryAxis": {
		"gridPosition": "start"
	},
    "chartCursor": {
     //   "oneBalloonOnly":true
    },
	"trendLines": [],
	"graphs": [
		{
			"alphaField": "Abkhazia",
			"balloonText": "<b>[[title]]</b><br>([[value]])",
			"bulletField": "Abkhazia",
			"bulletSizeField": "Abkhazia",
			"closeField": "Abkhazia",
			"colorField": "Abkhazia",
			"customBulletField": "Abkhazia",
			"dashLengthField": "Abkhazia",
			"descriptionField": "Abkhazia",
			"errorField": "Abkhazia",
			"fillAlphas": 1,
			"fillColorsField": "Abkhazia",
			"highField": "Abkhazia",
			"id": "AmGraph-1",
			"labelColorField": "Abkhazia",
			"lineColorField": "Abkhazia",
			"lowField": "Abkhazia",
			"openField": "Abkhazia",
			"patternField": "Abkhazia",
			"title": "Total Population",
			"type": "column",
			"valueField": "Abkhaz",
			"xField": "Abkhazia",
			"yField": "Abkhazia"
		},
		{
			"alphaField": "Abkhazia",
			"balloonText": "<b>[[title]]</b><br>([[value]])",
			"bulletField": "Abkhazia",
			"bulletSizeField": "Abkhazia",
			"closeField": "Abkhazia",
			"colorField": "Abkhazia",
			"cornerRadiusTop": -1,
			"customBulletField": "Abkhazia",
			"dashLengthField": "Abkhazia",
			"descriptionField": "Abkhazia",
			"errorField": "Abkhazia",
			"fillAlphas": 1,
			"fillColorsField": "Abkhazia",
			"highField": "Abkhazia",
			"id": "AmGraph-3",
			"labelColorField": "Abkhazia",
			"lineColorField": "Abkhazia",
			"lowField": "Abkhazia",
			"newStack": true,
			"openField": "Abkhazia",
			"patternField": "Abkhazia",
			"title": "Abkhaz",
			"type": "column",
			"valueField": "column-3",
			"xField": "Abkhazia",
			"yField":...