:global {
  .tag {
    width: 150px;
    height: 75px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background-color: dodgerblue;
    display: flex;
  }
}