JSFiddle - React, Tailwind, and code Playground
by fredd man
CSS
#stream { width: 75%; float: left; }
#chat { width: 25%; float: right }
JavaScript
<section align="center">
<h1>My LiveStream</h1>
</section>
<section>
<div class="stream" align="center">
<object type="application/x-shockwave-flash" height="500" width="900" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=clodbegamingnetwork"
bgcolor="#000000">
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="allowNetworking" value="all" />
<param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" />
<param name="flashvars" value="hostname=www.twitch.tv&channel=clodbegamingnetwork&auto_play=true&start_volume=25" />
</object>
<iframe frameborder="0" scrolling="no" src="http://twitch.tv/clodbegamingnetwork/chat?popout=" height="500" width="350">
</iframe>
</div>
</section>