JSFiddle - React, Tailwind, and code Playground
by Paulpro
HTML
<input type="text" id="WD67" />
JavaScript
var span = document.getElementById("WD67");
span.onchange = function(){ alert('hello'); };
by Paulpro
<input type="text" id="WD67" />
var span = document.getElementById("WD67");
span.onchange = function(){ alert('hello'); };