JSFiddle - React, Tailwind, and code Playground

HTML

<div class="blocnoir">
    bloc noir </div>

CSS

.blocnoir
{
width :100px;
    height:200px;
    position:absolute;
    top:10px;
    left:10px;
}