JSFiddle - React, Tailwind, and code Playground

HTML

<input name="file" type="file" onpropertychange="alert(this.files);" 
onchange="alert(this.files[0]);" />