After creating a tag, I noticed that there is a white background after the arrow on the right side.
.tags {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
}
Is there a way to eliminate the white background on the right side of the tag? The tag has a gradient style background.