JSFiddle - React, Tailwind, and code Playground
HTML
<img id="myimage" src="https://www.highreshdwallpapers.com/wp-content/uploads/2011/09/Large-Format-HD-Wallpaper.jpg" />
CSS
html,body{
margin:0px;
}
#myimage{
max-width:100%;
height:auto;
}