JSFiddle - React, Tailwind, and code Playground

by Yunus Gaziev

SCSS

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%  ;
}