Вид на рабочем столе

const ResponsiveGrid = () => {
const [device, setDevice] = useState('desktop');
const deviceWidths = {
mobile: 'w-[370px]',
tablet: 'w-[768px]',
desktop: 'w-full'
};
return (
{/* Grid items */}
);
};
Подробнее здесь: https://stackoverflow.com/questions/793 ... ailwind-br
Мобильная версия