Currently, I am facing a challenge in implementing a vertical line with percentage marks. It needs to be positioned relative to the percentage bar, just like how it appears in the screenshot below:
https://i.stack.imgur.com/CNWUV.png
I attempted a basic implementation but did not achieve the desired outcome. You can view my attempt here: https://stackblitz.com/edit/js-74f8sl?file=index.html. Can anyone provide guidance on how to create the markup and styling for this scenario? Is relative positioning suitable or should I consider using flexbox properties?