JSFiddle - React, Tailwind, and code Playground by Muhammad Mushtaq Sheikh July 21, 2016 HTML <input type="text" onkeyup="show()" /> JavaScript function show(){ alert('sdf'); }