I need to select some values in a range with a start and end value, for example, in this example:

I am looking with an <input type="range">HTML element, but it cannot have two selectors.
I can use JavaScript (even for a library if the natural path does not exist) or PHP , and of course HTML and CSS . I have not found anything like this, so you are my last hope.
Do you know something?
PS: I know that I can use two main inputs, but the client wants to have such a unique graphic input.
source
share