JSFiddle - React, Tailwind, and code Playground
by xavierm02
HTML
<script src="https://gist.github.com/raw/947169/6a9711ead197e17a636d7c43b72dc8efd7a6baec/jQuery.js"></script>
JavaScript
var result = $( [ $('<p></p>'), $('<span></span>') ] );
console.log( result );
console.log( "Text: '" + result.text() + "'" );