export default function TextArea({ label, name, placeholder = "", horizontal = true, onChange = (e) => {}, value = undefined, }) { return