JSFiddle - React, Tailwind, and code Playground
by Karl Hui
HTML
<h1>This is a simple header</h1>
JavaScript
document.querySelector("h1").textContent = "Foo Bar" + " Baz";
by Karl Hui
<h1>This is a simple header</h1>
document.querySelector("h1").textContent = "Foo Bar" + " Baz";