JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://www.thedrinksbusiness.com/wordpress/wp-content/uploads/2013/02/Tiger-640x433.jpg" />
CSS
img {
width:90px;
}
img:onclick {
width:500px;
}
<img src="http://www.thedrinksbusiness.com/wordpress/wp-content/uploads/2013/02/Tiger-640x433.jpg" />
img {
width:90px;
}
img:onclick {
width:500px;
}