JSFiddle - React, Tailwind, and code Playground

JavaScript

var obj = {
        text: "Hello"
    };

obj.value = obj.text;
console.log(obj)