JSFiddle - React, Tailwind, and code Playground
by Lestrae
HTML
<main>
<p>
lazyload
</p>
<p>
formula
</p>
</main>
JavaScript
$(document).ready(function() {
// get your element id here and stuff it in a var.
// make your $.ajax() call here,
// - on success, add the data to the element with the ID you fetched.
});