import React from 'react'; const TextArea = ({ label, placeholder, value, onChange, className, rows = 5 }) => (