JSFiddle - React, Tailwind, and code Playground

by tabalinas

HTML

<input type="" />

JavaScript

$("input").on("cut keypress", function(e){
    alert(e.type);
});