JSFiddle - React, Tailwind, and code Playground

by lchau

HTML

<script src= "https://player.twitch.tv/js/embed/v1.js"></script>
<div id='player'></div>

JavaScript

const options = { 
  width: 640,
  height: 380,
  t: '30m',
  video: 'v123802735',
};
const player = new Twitch.Player('player', options);