JSFiddle - React, Tailwind, and code Playground

by spechackers

JavaScript

alert(0.1 + 0.2 === 0.3) //false
alert(0.1 + 0.2); //0.30000000000000004 and not 0.3