how to mirror object through css

CSS
.mirror {
  transform: scaleX(-1);
}
Source

Also in CSS: