comment dessiner des losanges dans CSS

.rhombus {
  width: 200px;
  height: 200px;
  transform: skewX(45deg)
}
ashirbad-panigrahi