JSFiddle - React, Tailwind, and code Playground
http://stackoverflow.com/questions/7106424/are-all-desktop-laptop-monitors-orientation-similar-to-landscape-orientation-on
CSS
body {background:red}
@media only screen and (orientation : portrait) {
body {background:blue}
}