JSFiddle - React, Tailwind, and code Playground

by vaibhav2812

JavaScript

function hello() {
  alert('hello vaibhav');
}

hello.call();