JSFiddle - React, Tailwind, and code Playground

HTML

<div class="yuzdelik"></div>

CSS

html,body {
    width: 100%;
    height: 100%;
}
.yuzdelik {
    width: 50%;
    height: 50%;
    background-color: #000;
}