Need some inputs on how to draw lines between two buttons like below image using react

Need some inputs on how to draw lines between two buttons like below image using react. I should be able to draw this lines dynamically from one button to another. starting point and ending point are dynamic.

I want to achieve the same in react application.

enter image description here