JSFiddle - React, Tailwind, and code Playground

by Muhammad Mushtaq Sheikh

HTML

<input type="text" onkeyup="show()" />

JavaScript

function show(){
alert('sdf');
}