JSFiddle - React, Tailwind, and code Playground

by jakie8

HTML

<script src="http://jakiestfu.github.io/Youtube-TV/src/ytv.js"></script>
<link rel="stylesheet" href="http://jakiestfu.github.io/Youtube-TV/src/ytv.css">
<div id="frame-A"></div>
<div id="frame-B"></div>

CSS

#frame-A,
#frame-B{
    width: 400px;
    height: 275px;
    margin: 20px;
}

JavaScript

new YTV('frame-A', {
    user: 'TreeJTV',
    accent: 'yellow'
});

new YTV('frame-B', {
    user: 'collegehumor',
    accent: 'orange',
    controls: false
});