arrastar n soltar o upload de arquivo reagir
<input
onChange={onFileInputChange}
ref={fileInputRef}
type="file"
className="hidden"
/>
Alive Albatross
<input
onChange={onFileInputChange}
ref={fileInputRef}
type="file"
className="hidden"
/>
const onTargetClick = () => {
fileInputRef.current.click()
}