Add a line (placeholder) before the element in DOM on hover

I’m trying to add dotted line between the current element and previous element when draggable hovers over element as in image. Note the RED dot (manually added in image) placeholder before the yellow color element. It is in middle of two.

I tried border-left and border-image and border-image-slice discussed here – https://stackoverflow.com/a/48399330/1881995, but these are giving feeling of left border, I need to place it slightly more over mid.

Could you please suggest CSS or other ways to achieve this?

note the dot placeholder before the yellow color element