JSFiddle - React, Tailwind, and code Playground
by hfrntt
HTML
<input type="file" accept="image/*" capture="camera" id="capture">
CSS
#capture {
height: 50px;
width: 100px;
}
by hfrntt
<input type="file" accept="image/*" capture="camera" id="capture">
#capture {
height: 50px;
width: 100px;
}