I want to create ripple-effect on button.
When I click on Button component I want to add span element as it's child. It contains some CSS to make ripple effect. After 900ms I want to remove this span element. This idea founded here
Here some Sandbox to explain main idea.
So, the trouble is when I make fast multiple clicks and ripple-effect span is not working properly