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,
  player: 'amazon_vse_test'
};
const player = new Twitch.Player('player', options);
source = 'http://sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4';
player.setVideoSource(source);