Like @Hugo Mallet , said above in a comment to your question, what I had to add was the React Bootstrap CSS, so this is the instruction;
Add Bootstrap CSS to the index.js file:
import 'bootstrap/dist/css/bootstrap.min.css';
Here are the links that talk about this;