JSFiddle - React, Tailwind, and code Playground
by Aggre _--
HTML
<form action="http://localhost:3000/classify" method="post" enctype="multipart/form-data">
Select image to upload:
<input type="file" name="img" />
<input type="text" name="speed" />
<input type="submit" value="Upload" name="submit" />
</form>