I have a list of elements, which are styled like this:
An example using CSS
ul li:not(:last-child){ border-right: 1px solid rgba(153, 151, 151, 0.75); }