Here is textarea with icon component
npx shadcn@latest add https://21st.dev/r/shadcnspace/textarea-with-icon
Loading preview...
import TextareaIconDemo from "@/components/ui/textarea-with-icon"; export default function DemoOne() { return <TextareaIconDemo />; }