JSFiddle - React, Tailwind, and code Playground

HTML

<form id="submitForm" action="upload.php" method="post" enctype="multipart/form-data">
    <input type="file" onchange="alert('onchangeHandler is fired');" id="my_file" style="" />
</form>