JSFiddle - React, Tailwind, and code Playground

by shapeshifta

HTML

<script src="http://releases.flowplayer.org/js/flowplayer-3.2.11.min.js"></script>
<a href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv" class="video" id="player">
</a>

CSS

.video {display:block;width:425px;height:300px}

JavaScript

flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.15.swf");