Component textarea does not exist
Use the textarea component as a multi-line text field input and use it inside form elements available in multiple sizes, styles, and variants
The textarea component is a multi-line text field input that can be used to receive longer chunks of text from the user in the form of a comment box, description field, and more.
To use the range component, you need to import it from flowbite-qwik :
import { Textarea } from "flowbite-qwik"