JSFiddle - React, Tailwind, and code Playground
by staeff
HTML
<!DOCTYPE html>
<html lang="en">
<body>
<p>When you place the script down right before the
document body closes, you don't need to wait for jQueries custom ready() - Event
</p>
<script>
alert(jQuery('p').text());
</script>
</body>
</html>
JavaScript
// When you place the script down right before the document body
//closes, you don't need to wait for jQueries custom ready() - Event