Where to obtain <script> tags for latest react from official site?

Anna BELK - Aug 31 - - Dev Community

I'm looking for the official tags at react.dev. Previously I was using <script<br> src="https://unpkg.com/react@18/umd/react.production.min.js"<br> crossorigin<br> >
src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"<br> crossorigin<br> >
I need the location of the min and -unmin for the latest version. Thanks,

.
Terabox Video Player