.badge {
  padding: .2em .6em;
  color: #fff;
  border-radius: 8em;
}

.badge.todo {
  background: teal;
}

.badge.todo:after {
  content: 'Todo';
}
