JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<h3><strong>Friday, Dec. 14</strong></h3>
<table>...</table>

<h3>test</h3>
<table>...</table>

<div id="hello">

</div>

JavaScript

$( document ).ready(function() {
    //$.getJSON('http://www.whateverorigin.org/get?url=' + encodeURIComponent('...') + '&callback=?', function(data){
        var thecontents = '<div>Lalji</div>';
        var required = $('h3 + table', thecontents).html();
        $("#hello").html("<pre>" + thecontents + "</pre>");
    //;
});