JSFiddle - React, Tailwind, and code Playground
by DrydenLong
HTML
<img id="img_id" src="http://www.placekitten.com/200/200" />
CSS
#img_id {
width: 100%;
}
by DrydenLong
<img id="img_id" src="http://www.placekitten.com/200/200" />
#img_id {
width: 100%;
}