A function to prefix shadcn-ui tailwind classes components
Transform all your shadcn_ui components classnames created using the command
npx shadcn-ui component
into prefixed classnames
-> with prefix ("tw-"):flex flex-col absolute -left-4
=>tw-flex tw-flex-col tw-absolute -tw-left-4
node addTwPrefixToShadCnUi.cjs