How can I make a routed-clickable box component on React?

I am trying to make a button that routes to another page.

I want have a stylish clickable box, instead of a plain button that gets routed to the its respective page. Im trying to code these boxes, and route them to their pages as well :
enter image description here
enter image description here

Any Idea on how I can do it?

I’m new to programming, really appreciate the feedback.