JSFiddle - React, Tailwind, and code Playground

by pixeloco

HTML

<img
  src="http://amberstratman.com/images/img-bootshover.jpg"
  onmouseover="this.src='http://amberstratman.com/images/img-boots.jpg';"
  onmouseout="this.src='http://amberstratman.com/images/img-bootshover.jpg';"
/>