Create a .env file in the project root with the following (public) variable:
REACT_APP_THIRDWEB_CLIENT_ID=your_thirdweb_public_client_id
REACT_APP_INFURA_ID=your_public_infura_project_id
Note: This value is public in the client bundle and is safe to expose. Do not put secrets in the frontend.