JSFiddle - React, Tailwind, and code Playground

by Alexey

HTML

<input value = "Push mee" onInput='aaa()'/>

JavaScript

let aaa = () => {
  console.log(243234)
}