JSFiddle - React, Tailwind, and code Playground

by mslocum

HTML

<video id="myvideo" width="320px" height="180px" controls>
    <source src="http://cdn-source.booyahnetworks.com/website/matt/videos/mikethefrog.mp4" 
          type='video/mp4'/>
    <source src="http://cdn-source.booyahnetworks.com/website/matt/videos/mikethefrog.ogv" 
          type='video/ogv' />
</video>