Cómo reflejar el objeto a través de CSS
.mirror {
transform: scaleX(-1);
}
Comfortable Caterpillar
.mirror {
transform: scaleX(-1);
}