JSFiddle - React, Tailwind, and code Playground

by Xeon06

HTML

<input type="file" value="foobar">
<p>Doesn't work in Chrome if you put your cursor over the actual button</p>

CSS

input {
    cursor: pointer;
    width: 200px;
    height: 200px;
    border: 1px solid red;
}