make sure you've imported both Bootstrap CSS
and Bootstrap JS
correctly in your index.js
import 'bootstrap/dist/css/bootstrap.min.css';
import 'bootstrap/dist/js/bootstrap.bundle.min.js';
but as you are using react I would suggest you to use Modal
from react-bootstrap.
Here you can find the details of it: React bootstrap Modal