JSFiddle - React, Tailwind, and code Playground

by chacha69

JavaScript

function sayHello( name ) {
     return "hello " + name;   
}

console.log( sayHello( "Ivan" ) );