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: '11c70d2e-4651-4833-9952-332329569f22',
        showSectionContents: 'onlyAfterZoom'
    }).render();
</script>