JSFiddle - React, Tailwind, and code Playground
HTML
<div class="imgtag">
<img src="https://www.google.pt/images/srpr/logo3w.png" alt="google" class="imgtag" />
</div>
CSS
.imgresize{
width:50%;
}
.imgtag{
width:100%;
}
<div class="imgtag">
<img src="https://www.google.pt/images/srpr/logo3w.png" alt="google" class="imgtag" />
</div>
.imgresize{
width:50%;
}
.imgtag{
width:100%;
}