JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

button {
  width: 80px;
  height: 28px;
  border: 1px solid silver;
  background-color: white;
}

JavaScript

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