JSFiddle - React, Tailwind, and code Playground

by Alexander Branchugov

HTML

<form action='/' method="post" enctype="multipart/form-data">

<input name="a" />
<input name="b" />
<input type="file" name="c" />

<input type="submit" />
</form>