JSFiddle - React, Tailwind, and code Playground

HTML

<form>
   email:<input type="email">
   password:<input type="password">
</form>

CSS

body {
  background: no-repeat url("https://picsum.photos/id/161/200/300.jpg");
  background-size: cover;
}

input {
  background-color: transparent;
}