JSFiddle - React, Tailwind, and code Playground

by bittersweetryan

JavaScript

alert( (function(){
    
    //I don't return anything, or do I?  
    'hello world'
    
    //yep, I return "undefined" which is a  value in Javascript
})());