const AddressControl = () => ( <div> <label htmlFor="address"> Address </label> <input id="address" name="address" /> {/* ... */} </div> );