JSFiddle - React, Tailwind, and code Playground

by SwampFall

HTML

<input type="text" onchange="change(this)"/>
<div id="div">

</div>

JavaScript

function change(e) {
	
}