JSFiddle - React, Tailwind, and code Playground

by hailwood

HTML

<p>HTML Input type file - unfortunately they look different in every browser, try them in chrome, firefox, ie etc...</p>
<hr />
<form method="post" enctype="multipart/form-data">
  <input type="file" name="my-file" size="50" maxlength="25" /> <br />
</form>