JSFiddle - React, Tailwind, and code Playground

by David Santiago

JavaScript

const value = {
            amount: 10000,
            payedAmount: 10000,
            type: "TestTestForTest",
            vat: 0,
            provider: null};
            
            console.log(JSON.stringify(value));