JSFiddle - React, Tailwind, and code Playground

JavaScript

function foo(){
    return "bar"
}

console.log( foo() );