JSFiddle - React, Tailwind, and code Playground

JavaScript

function teste() {
	alert('ok');
}

$(document).ready(function() {
	teste();
});