JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
    <defs>
         <filter id="svg" x="0" y="0">
             <feGaussianBlur stdDeviation="3" src="SourceGraphic">
        </filter>
    </defs>
</svg>
    
    <!--standard deviation - how spread out numbers are -- square root of the variance 
         square each 5 element and the average them that is Variance 1(2) + 2(2) + 3(3) + 4(4) + 5(5)  / 5
    std deviation is square root of variance ( square root of 5 )