JSFiddle - React, Tailwind, and code Playground
HTML
<input name="file" type="file" onpropertychange="alert(this.files);"
onchange="alert(this.files[0]);" />
<input name="file" type="file" onpropertychange="alert(this.files);"
onchange="alert(this.files[0]);" />