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);