JSFiddle - React, Tailwind, and code Playground

by dsgnr

HTML

<form action="https://webhook.site/cb07d4e5-6a3a-450e-840f-e0960129c46c" method="post" enctype="multipart/form-data">
  Name0: <input type="text" name="name[0]"><br>
  File 0: <input type="file" name="file[0]"><br>
  Name1: <input type="text" name="name[1]"><br>
  File 1: <input type="file" name="file[1]"><br>
  <input type="submit" value="Submit">
</form>