JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://player.longtailvideo.com/jwplayer.js" type="text/javascript"></script>
<script src="/content/js/examples/jwexample.js" type="text/javascript"></script>
<p><div id="exampleHTML"></div></p>
<script type="text/javascript">
jwplayer('exampleHTML').setup({
height: 360,
image: "http://content.bitsontherun.com/thumbs/bkaovAYt-720.jpg",
levels: [
{ file: "http://content.bitsontherun.com/videos/bkaovAYt-injeKYZS.mp4", type:"video/mp4" },
{ file: "http://content.bitsontherun.com/videos/bkaovAYt-27m5HpIu.webm", type:"video/webm" }
],
modes: [
{ type: 'html5' },
{ type: 'flash', src:'http://player.longtailvideo.com/player.swf'}
],
width: 640
});
</script>