JSFiddle - React, Tailwind, and code Playground
by Daniel Lamb
HTML
<span id="example"></span>
JavaScript
// jQuery
$('#example').html('Hello <b>World</b>');
by Daniel Lamb
<span id="example"></span>
// jQuery
$('#example').html('Hello <b>World</b>');