JSFiddle - React, Tailwind, and code Playground
by jakie8
HTML
<script src="https://raw.github.com/melanke/Watch.JS/master/src/watch.js"></script>
<div id="box"></div>
JavaScript
watch(document.getElementById('box'), function(){
alert("attr1 changes!");
});