Recently I have been bothered by keeping changing the version of react and react-dom into version 17.x after using the npx create-react-app command, coz the created project will use react 18 by default which is not what I am looking for. Is there any way the users can choose React version before initing project?