JSFiddle - React, Tailwind, and code Playground

by hfrntt

HTML

<input type="file" accept="image/*" capture="camera" id="capture">

CSS

#capture {
    height: 50px;
    width: 100px;
}