JSFiddle - React, Tailwind, and code Playground

JavaScript

body = d3.select("body")

var s = -2.3
var total = s;


body.append("div").text("RESULT: "+ total)