JSFiddle - React, Tailwind, and code Playground
by axman
HTML
<div id='testDiv'></div>
JavaScript
$(function() {
$('#testDiv').text('holla collegha');
});
by axman
<div id='testDiv'></div>
$(function() {
$('#testDiv').text('holla collegha');
});