JSFiddle - React, Tailwind, and code Playground

JavaScript

function abc(){
    
}

alert(abc.name);

abc.name="lmnop";

alert(abc.name);