npm install react-bootstrapyarn add react-bootstrappnpm add react-bootstrap<script src="https://fastly.jsdelivr.net/npm/react-bootstrap"></script><script src="https://unpkg.com/react-bootstrap"></script><script type="module">
import reactbootstrap from 'https://cdn.jsdelivr.net/npm/react-bootstrap/+esm';
</script><script type="module">
import reactbootstrap from 'https://cdn.skypack.dev/react-bootstrap';
</script>