I am trying to construct this shape in CSS:
But I can\'t figure out how to
Just add a line-height to .tag
.tag { line-height: 10px; /* the rest of your styles here */ }
http://jsfiddle.net/ExZFe/3/