How to use bootstrap cdn with reactjs
To use bootstrap CDN with react js you need to add bootstrap cdn in index.css file in react app
Example
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");
That's it ,Now you are ready to use bootstrap classes with react components