JSFiddle - React, Tailwind, and code Playground
by Curt
HTML
<div>
<img src="http://i.stack.imgur.com/SWutL.jpg" />
</div>
CSS
div
{
width:100px;
height:100px;
}
div img
{
width:100%;
height:100%;
}
by Curt
<div>
<img src="http://i.stack.imgur.com/SWutL.jpg" />
</div>
div
{
width:100px;
height:100px;
}
div img
{
width:100%;
height:100%;
}