JSFiddle - React, Tailwind, and code Playground

JavaScript

function say() { alert( "ABOVE" ); }

say();

function say() { alert( "BELOW" ); }