JSFiddle - React, Tailwind, and code Playground

by Frank Liu

JavaScript

var showAlertFromClient = function(cSharpVal){
                                console.log('Hi from C#: ' + cSharpVal);
                            }
                            showAlertFromClient('Hi from C#');