import React from 'react'; export default function InputField({ value, title, id, rows, handleClick, handleChange }) { return (