JSFiddle - React, Tailwind, and code Playground

JavaScript

teste('Hello antes');

function teste(texto) {
  alert (texto)
}

teste('Hello depois');