JSFiddle - React, Tailwind, and code Playground

by Chris Ball

JavaScript

let breakpoints = {
	"mobile": "480px",
	"tabletPortrait": "760px",
	"tabletLandscape": "1000px",
	"desktop": "1200px"
}

let stuff = Object.entries(breakpoints)

console.log(stuff)