Start with the official React documentation at react.dev. It has an excellent interactive tutorial that teaches you the fundamentals step by step.
I recommend a project-based approach: pick a simple app idea and build it while learning. Start with Create React App or Vite, then gradually add features.
Take a structured course on platforms like Frontend Masters or Scrimba. They offer hands-on React courses with exercises.