JSFiddle - React, Tailwind, and code Playground

HTML

<div>
<img src='http://www.mibz.com/wp-content/uploads/2009/10/tesla-model-s-large-3.jpg' />

</div>

CSS

div{
    width:200px;
}
img{
    max-width:100%;
}