JSFiddle - React, Tailwind, and code Playground

HTML

<img src="http://naminhaterra.tv///ADMIN/_ARQUIVO/45431003_1144737092346806_1615367187487260672_n.jpg" />

CSS

img {
  -webkit-transform: scale(0.3); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.3); /* FF3.5+ */
      -ms-transform: scale(0.3); /* IE9 */
       -o-transform: scale(0.3); /* Opera 10.5+ */
          transform: scale(0.3);
             /* IE6–IE9 */
             filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}