How can I add a border to arrow in react-tooltip v5?
When I specify a border using classNameArrow, it does not work as this.
I want to display the border like this.
I would also like to consider when the Tooltip place is also other than top.
Here is a sample code.