JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrap">
            <a class="edit">Link zonder href</a>
        </div>
        <button id="reset">Reload wrap-content</button>
        <script src="http://94.212.79.162:800/test.php"></script>
        <script src="http://94.212.79.162:800/test.js"></script>
        <script>
            $('#reset').click(function() {
                alert('click');
                animate('<a class="edit">Link zonder href-reloaded</a>');
            });
        </script>