JSFiddle - React, Tailwind, and code Playground

by Ryan Perez

HTML

<div id="demo"></div>

<button on="dubc" type="button">Click Me!</button>

JavaScript

function dubc() {
	
  $(document).ready(function(){
  
  		$.each(function(index) {
      
      	alert(index);
      
      
      });
  
  
  });



}