JSFiddle - React, Tailwind, and code Playground

HTML

<body>
<div class="fon">
<div class="who">пвапа</div>
<div class="what">вапавпа</div>
<div class="kak">вапвап</div>
<div class="do">вапвапавп</div>
</div>
</body>

CSS

body {
	background: radial-gradient(circle farthest-corner at center, #fcfcfc, #a6a6a6);
}

.fon {
	background: url(https://chhigq.dm2303.livefilestore.com/y2ptHciSLIIJNyCcQNABweOYGLhN0qXveUr97ymdvleS_b8byYnjVqSQ2ipdQXUOqUojtFgNxELKQnBYgbJGH1rw8miF6w403e4hVshvJVKyZzJsgTjcYm5PLx_Pbo3A1bdGlR3eI7BlzhaLkqtcCnqlA/1.png?psid=1.png);
 -webkit-background-size: 100%;
  background-size: 100%;  
  height: 1000px;
  max-width: 1920px;
  position: relative;
   -webkit-animation-name: dot;
   -webkit-animation-duration: 60s;
}

@-webkit-keyframes dot {
    to {
        transform: translateX(1000px);
    }
}

.who {
	background: url(https://chhigq.dm2303.livefilestore.com/y2pu2VIzCnp6TQ8vH0wK_K1DT6Jp8kZBQF0WU6ReUQvz5n8QyrfiYOpxCmcmEgfvY4p6c80mgCTdVRbWt8A2nUscECAVj6FVaxreU5bqDa7SXb5peOCN-9GZWzOF8emqT7aTG1mfwQjtcDwBfrPeCMxng/%D0%9C%D0%B5%D0%BD%D1%8E_0008_%D0%A7%D1%82%D0%BE-%D1%81%D0%B4%D0%B5%D0%BB%D0%B0%D0%BB%D0%B8_.png?psid=1);
	height: 95px;
	max-width: 421px;
	margin-top:;
	
}