JSFiddle - React, Tailwind, and code Playground

by irinablue

JavaScript

const obj = {
  draft: true
}

console.log(!obj.draft)