JSFiddle - React, Tailwind, and code Playground

by senica

HTML

<input type="file" onchange="process_file" />

JavaScript

function process_file(e){
	
}