JSFiddle - React, Tailwind, and code Playground

by Sergey Linnick

HTML

<div class="log">
  
</div>

CSS

.log{
  width: 100vw;
  height: 100vh;
  background: url(http://mylimowebsite.com/dev/tatiana/img/log-in-bg.svg);
  background-size: cover;
}