JSFiddle - React, Tailwind, and code Playground

HTML

<div></div><div>Красота</div>

CSS

div {
    position: relative;
    width: 50%;
    height: 200px;
   background-color: rgba(255, 0, 0, 0.5);
    margin-left: 25%;
}
div:first-child {
    position: fixed;
    width: 24%;
    background-color: rgba(0, 255, 0, 0.5);
    margin-left: 0;

    }