JSFiddle - React, Tailwind, and code Playground
by Ali Uygur
HTML
<svg width="100%" height="100%" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg">
<circle cx="25" cy="25" r="20" fill="none" stroke-width="4" stroke="#3498db">
<animate attributeName="r" begin="0s" dur="1.8s" values="20;0" keytimes="0;1" repeatCount="indefinite" />
<animate attributeName="stroke-opacity" begin="0s" dur="1.8s" values="1;0" keytimes="0;1" repeatCount="indefinite" />
</circle>
</svg>