You can try after or before Pseudo Elements to make this.
.pillar:after, .pillar:before {
position: absolute;
content: '';
height: 350px;
width: 64px;
top: 16px;
left: 70px;
background-image: url(http://www.indonesia.travel/public/media/images/upload/poi/Danau%20Segara%20Anak%20-%20Gallery.jpg);
}
3
solved How can make white line effect on image [closed]