JSFiddle - React, Tailwind, and code Playground
by simoneast
HTML
<input type="file">
<br>
<input type="file" accept="image/*">
<br>
<input type="file" capture="camera" accept="image/*">
<br>
<input type="file" accept="video/*;capture=camcorder">
<br>
<input type="file" accept="audio/*;capture=microphone">