JSFiddle - React, Tailwind, and code Playground

by Stefan Zamfira

JavaScript 1.7

const x = {
	hasPagination: {
  	next: 'nex',
    prev: 'prev'
  }
}

console.log(x)