const App = `import {Textarea} from "@nextui-org/react"; export default function App() { const [value, setValue] = React.useState(""); return (