I am working on a React component that includes an input range element. I have used some CSS to style it vertically and currently, it looks like this:
https://i.stack.imgur.com/WmQP4.png
My goal is to customize the appearance of the slider so that it resembles this design:
https://i.stack.imgur.com/eEHYG.png
I am wondering how to go about styling the circle select and line in the slider. Should I utilize CSS pseudo-classes for this task? Is it feasible to incorporate SVG as the circle select?