JSFiddle - React, Tailwind, and code Playground

JavaScript

function f2() {
    return 50;
}
f2();

let func = f2();