JSFiddle - React, Tailwind, and code Playground
by Alexey
HTML
<input value = "Push mee" onInput='aaa()'/>
JavaScript
let aaa = () => {
console.log(243234)
}
by Alexey
<input value = "Push mee" onInput='aaa()'/>
let aaa = () => {
console.log(243234)
}