JSFiddle - React, Tailwind, and code Playground

by Eric Hynds

HTML

<p>foo</p>
<p>bar</p>

JavaScript

$.fn.reverse = Array.prototype.reverse;

$("p").reverse();