JSFiddle - React, Tailwind, and code Playground

HTML

<form>
    <input type='file' name='avatar' onchange='this.form.submit();'/>
</form>