JSFiddle - React, Tailwind, and code Playground

by Rob Crowther

HTML

<textarea></textarea>

JavaScript

document
    .documentElement
    .addEventListener('DOMAttrModified', function(e){
    console.log('prevValue: ' + e.prevValue, 'newValue: ' + e.newValue); 
}, false);