JSFiddle - React, Tailwind, and code Playground

by Rejith R Krishnan

HTML

<div></div>

JavaScript

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