JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

<div class="surikolen_kamilan">
  <h1>ZorNet: Создание сайта на uCoz</h1>
</div>

CSS

.surikolen_kamilan {
    height: 317px;
    background: linear-gradient(#2027b9, #ff00df), url(http://zornet.ru/Aben/ABGDA/zornet_ru/rKAW2DSqSvq3JkLLFqElmQ.png);
    background-size: cover;
    text-align: center;
    background-blend-mode: soft-light;
}

h1 {
  line-height: 278px;
  color: #f7f7f7;
  font-size: 37px;
  margin: auto
}