JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <img ng-init="img='000'" ng-mouseover="img='eb00eb'" ng-mouseleave="img='000'" ng-src='http://dummyimage.com/100x100/{{img}}/fff' />
</div>