como BOTAR UM SEPARADOR DISPLAY FLEX Quebra de Linhnha

.container {
  display: flex;
  flex-wrap: wrap;
}
Miiss Jackson