JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<div class="test"></div>
SCSS
.test{
@include media((
width: 100%;
height: (lg: 800px, md: 600px, sm: 300px),
background: (sm-md: red, md-lg: blue)
));
}