1. 부트스트랩 설치
npm install react-bootstrap
2. react 파일의 public/ index.html title 바로 뒤에 link 기입
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor"
crossorigin="anonymous"
/>
3. 부트스트랩에서 원하는 것 가져와서 쓰기
4. 변경하고 싶은 것을 인라인 즉 태그내에 써주면, 우선순위가 높기 때문에 변경하기 유용함
<Link to="/" style={{ color: 'white', textDecoration: 'none' }}>