JSFiddle - React, Tailwind, and code Playground

by Soviut

HTML

<div class="drop">
  <input type="file" class="drop__input">
</div>

CSS

.drop {
  display: inline-block;
  padding: 5px;
  background: red;
}

.drop__input {
  height: 100px;
  opacity: 0;
}