Tailwind – React – Best way to structure HTML based on screen sizes
What would be the best way to handle an element which needs to stay in a specific place if the screen width is > X and stay in another place if screen width < X? Example: https://jsfiddle.net/ovujgsz0/7/ I want the…