JSFiddle - React, Tailwind, and code Playground
by mrjordy
HTML
<video id="myVideo" src="http://techstatic.org/wp-content/uploads/2019/05/littlePilot.mp4">
JavaScript
setTimeout(function(){
document.getElementById("myVideo").play();
}, 5000);