JSFiddle - React, Tailwind, and code Playground

by NibblyPig

JavaScript

var x = 2.1;
var y = x * 3;

alert(y);