JSFiddle - React, Tailwind, and code Playground

by Agustin Gomez

JavaScript

var unafuncion = function(){
   alert('hola mundo');
}
unafuncion();