JSFiddle - React, Tailwind, and code Playground

by Amin Kodaganur

HTML

<input value="123" onchange="changeevt(e)" />

JavaScript

function changeevt(e){
	console.log("here")
}