JSFiddle - React, Tailwind, and code Playground
HTML
Test: [<span id="message"></span>]
JavaScript
$('#message').html('okok').click(function() {
console.log('in again');
});
console.log('out here');
function addText() {
console.log('in here');
}