I am looking for a way to isolate css media queries specifically for a reactive design to a div.
screen size is large:
div //(width of phone)
--div className="bg-red-600 w-full lg:bg-blue-600 "
make div red because the div is the size of phone
/div
I tried to find something online but couldn't find anything