JSFiddle - React, Tailwind, and code Playground

by unknown601

HTML

<img class="flipped" src="http://www.productioncars.com/send_file.php/ad_saab_9000_cd_black_astound_1990.jpg"" alt="" />

CSS

.flipped {
-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}