'Button' is not defined react/jsx-no-undef react.js
You will need to import Button using react-bootstrap.
import { Button} from 'react-bootstrap';
In order for the style to appear, please install bootstrap and import 'bootstrap/dist/css/bootstrap.css' and add it in index.js
To use button,
Submit