JSFiddle - React, Tailwind, and code Playground

by Edward Tanguay

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');    
}