JSFiddle - React, Tailwind, and code Playground
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;
}
<div class="log">
</div>
.log{
width: 100vw;
height: 100vh;
background: url(http://mylimowebsite.com/dev/tatiana/img/log-in-bg.svg);
background-size: cover;
}