JSFiddle - React, Tailwind, and code Playground
by seatsio
HTML
<div id="chart"></div>
<script src="http://localhost:9002/chart.js"></script>
<script>
new seatsio.EventManager({
divId: 'chart',
publicKey: 'publicDemoKey',
event: 'smallTheatreWithGAEvent',
objectPopover: {
showCategory: false
}
}).render();
</script>