const copyToClipboard = (text) => navigator.clipboard.writeText(text); copyToClipboard("Hello World");