I am trying to build links that look like these:

This from another post on here is the closest I have found – http://jsbin.com/ahoyug/1/edit
but due to using border-left the gaps between the line height is filled. As shown here:

Is this possible to do using CSS or will a JS solution be needed?
Is this what you want?
Demo
JSFiddle
HTML
CSS
Edit: I added the
box-shadowproperty from @Jaik’s answer because it was totally great.