JSFiddle - React, Tailwind, and code Playground
by filepicker
HTML
<html>
<head></head>
<body>
<input type="filepicker" data-fp-apikey="stuff" data-fp-mimetypes="image/jpg, image/jpeg, application/pdf" data-fp-container="modal" data-fp-multiple="true" onchange="alert(JSON.stringify(event))" data-fp-button-text="Browse for files">
<script type='text/javascript' src='//api.filepicker.io/v1/filepicker.js'></script>
</body>
</head>