JSFiddle - React, Tailwind, and code Playground

by filepicker

HTML

<script src="https://api.filepicker.io/v0/filepicker.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css">
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
<!--- first class -->
<html>
   <head>
    <meta name="viewport" content="width=device-width, initial-scale=1"> 

   </head>
   <body>
        <div data-role="page">
            <div data-role="header">Upload image</div>
            <div data-role="content">
                <label for="image">Upload</label>
                <input type="filepicker" id="image" data-ajax="false"/>
        
            </div>
            <div data-role="footer"></div>
        </div>
        
                                            
    
   </body>
</html>

JavaScript

//Seting up Filepicker.io with your api key
    filepicker.setKey('AlQBW1GXEQSmLqDIqoHdFz');