JSFiddle - React, Tailwind, and code Playground

by Uday Hiwarale

HTML

<video controls width="250">

    <source src="https://interactive-examples.mdn.mozilla.net/media/examples/flower.webm"
            type="video/webm">

    <source src="https://developer.mozilla.org/media/examples/flower.mp4"
            type="video/mp4">

    Sorry, your browser doesn't support embedded videos.
</video>