JSFiddle - React, Tailwind, and code Playground

by Nicolas PUJOL

HTML

<div class="content">
    <div class="bloc"></div>
</div>

CSS

.bloc{
    width: 50px;
    height: 50px;
    background-color: black;
    top: 0;
    left: 100px;
    position: relative;
}