React app – dynamic circle

Create a React.js application that has 3 circles components. 

These circles can be created in any way you like, but needs to be centered on the page.

The circles will need an onclick feature that increases the size of the circle that is being clicked.

The size of the circle will increase with every click.

Hint: Assigning a number value to each circle that, when clicked, will update the number and grows the size of the circle.