Need help with implementing toolbar in react markdown editor

Can someone help me with implementing toolbar in my react markdown editor project? I have tried googling but couldn’t find where to begin. I want to learn how I can implement things like making text bold, italic or add link in my project.

Here’s the editor that I have made so far