JSFiddle - React, Tailwind, and code Playground
by AJIEKCEU
HTML
<img src="http://vaughanrockets.typepad.com/.a/6a00d8354d1e6469e2015436bfa67b970c-800wi"></img>
CSS
img
{
float: left;
margin-right: 10px;
border-radius: 10px;
width: 100px;
}
img:hover
{
width: 300px;
-webkit-transition: all 0.5s ease;
}
JavaScript
68