JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
JavaScript
$.get( "https://code.jquery.com/jquery-1.10.2.js", function( data ) {
element = $('<pre>').text(data);
$('div').html(element)
});
<div></div>
$.get( "https://code.jquery.com/jquery-1.10.2.js", function( data ) {
element = $('<pre>').text(data);
$('div').html(element)
});