JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>
<div></div>

JavaScript

$("div").before(function(i) {
    return i
})