JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

Lorem Ipsum

CSS

html {
  min-height: 100%;
  background: #FFF;
  font-size: 16px;}

@media screen and (max-width: 400px) {
    html {background:tomato;}
}
@media screen and (max-width: 24.99em) {
    html {background:cyan;}
}