JSFiddle - React, Tailwind, and code Playground

by Nemesis02

HTML

<html>
<head>
<title>test html5 camera</title>
</head>
<body>
  <input type="file" accept="video/*;capture=camcorder">
</body>
</html>