JSFiddle - React, Tailwind, and code Playground

by yeti777937

JavaScript

let name = (err)=>{
	alert(err);
}
name("there is an error");