I am working in react js project in which I want to distinguish between Medium Screens OR Big Screen OR Small Screen using the below breakpoints
// Small
@media (max-width: 575px) {}
// Medium
@media (max-width: 990px) {}
// Big
@media {}
Can anyone help by updating this pseudocode https://stackblitz.com/edit/react-cu8xqj?file=src%2FApp.js