JSFiddle - React, Tailwind, and code Playground

by gagan

JavaScript

function readyFin(){
  console.log('ready!');
};

$(document).ready(readyFin);