export const Input = (props) => {
return <input className="border-2 rounded-lg p-1 input" {...props} />;
};