@media para react estilo css

const mediaMatch = window.matchMedia('(min-width: 500px)');

console.log(mediaMatch.matches)
Dayanaohhnana