JSFiddle - React, Tailwind, and code Playground
by luka kupunia
HTML
<div class="desktop"></div>
CSS
body {
margin: 0;
}
.desktop {
width: 100%;
height: 100px;
background: red;
}
.tablet {
background: blue;
}
by luka kupunia
<div class="desktop"></div>
body {
margin: 0;
}
.desktop {
width: 100%;
height: 100px;
background: red;
}
.tablet {
background: blue;
}