JSFiddle - React, Tailwind, and code Playground

by Gereltod Gotsbayar

HTML

<div class="el">
  1
</div>
<div class="el">
  2
</div>

JavaScript

$(function () {
    //declare function 
    $.fn.bg_red = function () {
        return true;
    };
});