JSFiddle - React, Tailwind, and code Playground
JavaScript
const value = {
amount: 10000,
payedAmount: 10000,
type: "TestTestForTest",
vat: 0,
provider: null};
console.log(JSON.stringify(value));