JSFiddle - React, Tailwind, and code Playground

by Oleg Khobotov

HTML

<form action="#" method="post">
  форма
</form>

SCSS

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

body {
  background: linear-gradient(to bottom, #e4f5fc 0%, #bfe8f9 50%, #70c6ea 100%);
}