div {
  display: flex;
  flex-wrap: wrap;

  :global .chip {
    margin-right: 0.5em;
    margin-top: 0.5em;
  }
}
