JSFiddle - React, Tailwind, and code Playground
by seatsio
HTML
<div id="chart"></div>
<script src="https://cdn.seatsio.net/chart.js"></script>
<script>
new seatsio.SeatingChart({
divId: 'chart',
publicKey: '53b1ee0f-6611-4826-95a9-197be43a55e7',
event: 'ccf0d321-1597-44f7-9936-cf5889bc45bb'
}).render();
</script>