JSFiddle - React, Tailwind, and code Playground

by KyleMuir

HTML

<textarea id="text_area"></textarea>

JavaScript

$('#text_area').on('keyup paste', function() {
    console.log('called');
});