function() { return "Hello world"; }
<div> <Formik initialValues={{ lastName: '' }}> <Input placeholder="Last name" /> </Formik> </div>