JSFiddle - React, Tailwind, and code Playground

by Damir Rysaev

HTML

<form 
  action="https://1xyhai7k0e.execute-api.us-east-2.amazonaws.com/TEST2/predict"   method="POST"
  enctype="multipart/form-data"
>
  <input type="file" class="js-file-input" name="image" id="">
  <button class="js-button">Отправить</button>
</form>