JSFiddle - React, Tailwind, and code Playground

by Alex Fogarty

JavaScript

function makeToast()
{
    // stuff to make toast goes in here
    alert("I am making toast!");
}

// now call our function
makeToast();