JSFiddle - React, Tailwind, and code Playground

by chrisramakers

JavaScript

function alertMyName(){
    alert('Chris Ramakers');
}

//document.write(alertMyName.toString());