JSFiddle - React, Tailwind, and code Playground

by John Doe

JavaScript

"use strict";
function showMessage(e){
e = "*** " + e + " ***";
alert(e);       
}
showMessage("Привет");