JSFiddle - React, Tailwind, and code Playground
by Addy Osmani
HTML
<div id="results">We will, we will</div>
JavaScript
var htmlStr = "We will, we will, rock you!";
//$('#results').html(htmlStr);
jQuery('#results').html(htmlStr);
by Addy Osmani
<div id="results">We will, we will</div>
var htmlStr = "We will, we will, rock you!";
//$('#results').html(htmlStr);
jQuery('#results').html(htmlStr);