JSFiddle - React, Tailwind, and code Playground

by Umair Rafiq

HTML

<form method="post" action="https://api-staging-fillings.socialmarketanalytics.com/api/fillings" enctype="multipart/form-data">
<input type="text" name="api_key" value="7f312ea16da63b9407109bd0fe863cf77c298980"/>
<br/><br/>
<input type="text" name="items" value="file_upload"/>
<br/><br/>
<input type="text" name="ontology" value="fillings"/>
<br/><br/>
<input type="text" name="document_id" value="1117475454"/>
<br/><br/>
<input type="text" name="document_date" value="Jul-24-2019"/>
<br/><br/>
<input type="text" name="document_type" value="10-Q"/>
<br/><br/>
<input type="text" name="company_name" value="company_name"/>
<br/><br/>
<input type="file" name="file"/>
<br/><br/>
<input type="submit" name="Upload File"/>
<br/><br/>
</form>