JSFiddle - React, Tailwind, and code Playground

by sparksterz

HTML

<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1007/styles/kendo.kendo.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1007/styles/kendo.common.min.css">
<script src="http://cdn.kendostatic.com/2011.3.1007/js/kendo.all.min.js"></script>
<div class="header">Select a file to upload</div>

<form method="post" action="submit" style="width:45%">
    <div>
       <input type="file" name="file" id="IPRangeFile" class="IPRangeFileUpload"/>
    </div>
</form>

JavaScript

$('#IPRangeFile').kendoUpload({
        multiple: false,
        showFileList: true
    });