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%;
}