JSFiddle - React, Tailwind, and code Playground

HTML

<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
	 viewBox="0 0 720 1280">
	<image  
		x="0" 
		y="0" 
		width="55" 
		height="55" 
		xlink:href="http://cdn.embed.ly/providers/logos/jsfiddle.png">
		 
    <animate 
    attribute="width"
      from="50"
      to="150"
      begin="0s" 
			dur="5s" 
			  repeatCount="indefinite"
			></animate>
	</image >
</svg>