JSFiddle - React, Tailwind, and code Playground

by seatsio

HTML

<div id="chart"></div>
<script src="http://localhost:9002/chart.js"></script>
<script>
    new seatsio.SeatingChart({
        divId: 'chart',
        publicKey: 'publicDemoKey',
        event: 'fullExampleWithoutSectionsEvent',
		  onObjectSelected: o => console.log(o)
		  }).render();
</script>