JSFiddle - React, Tailwind, and code Playground

by jt3k

HTML

<div id="con">
    <div id="hea">dfsdf </div>
</div>

CSS

#con {
    width: 200px;
    height: 200px;
    padding: 5px;
    border: 10px solid lightblue;
}
#hea {
    position: relative;
    width: 200px;
    height: 100px;
    background: black;
    color: lightgrey;
}