JSFiddle - React, Tailwind, and code Playground

HTML

<input type="file" id="bestand" />
<label for="bestand">Uploaden</label>

CSS

#bestand{position:absolute;top:-999px;}
label{border:1px solid red;}