Adding Bootstrap in React
To add Bootstrap to a React project, you have a few options:
1)Use a CDN (content delivery network) to include the Bootstrap CSS and JavaScript files in your index.html file.
//css tag(below title tag)
<link href="https://cdn.jsdelivr.net/npm/bootstr...
disha.hashnode.dev1 min read