JSFiddle - React, Tailwind, and code Playground

by sperske

HTML

<div id="picture">
    <img src="http://m.disneyworld.disney.go.com/css/images/hero_images/mainhero_640x360.png" id="image2">
</div>

CSS

img {
    width: 100%;
}