JSFiddle - React, Tailwind, and code Playground
by wuct
HTML
<input type="file" />
<video loop autoPlay />
JavaScript
const fileInput = document.querySelector('input')
const videoElement = document.querySelector('video')
by wuct
<input type="file" />
<video loop autoPlay />
const fileInput = document.querySelector('input')
const videoElement = document.querySelector('video')