JSFiddle - React, Tailwind, and code Playground
by lchau
HTML
<script src="https://player.twitch.tv/js/embed/v1.js"></script>
<div id='player1'></div>
JavaScript
const player1 = document.getElementById('player1');
const options = {
channel: 'monstercat',
autoplay: false,
};
const player = new Twitch.Player(player1, options);