
This is a rough layout for the webpage to be designed.
You can use bootstrap. Just follow the instructions. It's pretty straightforward. https://react-bootstrap.github.io/layout/grid/
<Row>
<Col sm={3}>
// left container
</Col>
<Col sm={9}>
// right container
<Row>
<Col sm={4}></Col>
<Col sm={4}></Col>
<Col sm={4}></Col>
</Row>
</Col>
</Row>