wave-form {
  display: flex;
  height: 10vh;
  border: 1px solid;
  align-items: center;
  width: 300px;
}

wave-form .bar {
  width: 2px;
  background:blue;
}