JSFiddle - React, Tailwind, and code Playground
JavaScript
addEventListener('resize', (event) => {
if(window.height > 768)
console.log("You are on desktop")
else
console.log("You are on tablet/mobile")
});
addEventListener('resize', (event) => {
if(window.height > 768)
console.log("You are on desktop")
else
console.log("You are on tablet/mobile")
});