JSFiddle - React, Tailwind, and code Playground
by heavyhorse
HTML
<h1 id="blog_title">
My Blog Title
</h1>
JavaScript
$(document).ready(function() {
$('#blog_title').text('My NEW Blog Title');
});
by heavyhorse
<h1 id="blog_title">
My Blog Title
</h1>
$(document).ready(function() {
$('#blog_title').text('My NEW Blog Title');
});