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