JSFiddle - React, Tailwind, and code Playground
by ibroom
JavaScript
$.ajax({
dataType: 'html',
url: 'https://developers.fliplet.com'
}).then(function (result) {
$('body').append('The page contains ' + $(result).find('li').length + ' LI elements.');
});