The CSS property text-decoration-line allows for underlines and overlines to decorate a text string. However, I am looking to take it a step further by having an underline with an arrow pointing either left or right. It seems that using text-decoration-line alone cannot achieve this.
My desired text decoration looks like this:
THIS-IS-A-CHALLENGE-TIME
-------->
The arrowed underline should be in conjunction with specific words. In the example above, I want to underline the word CHALLENGE with an arrow pointing to the right. Any assistance on how to achieve this would be greatly appreciated.