JSFiddle - React, Tailwind, and code Playground
HTML
<img class="test" src="http://cdni.wired.co.uk/273x178/g_j/google_273x178.jpg" style="width:50px;" />
CSS
.test {
width:200px;
height:200px;
}
<img class="test" src="http://cdni.wired.co.uk/273x178/g_j/google_273x178.jpg" style="width:50px;" />
.test {
width:200px;
height:200px;
}