JSFiddle - React, Tailwind, and code Playground

by davidpenuelab

HTML

<div class="close"></div>

CSS

.close {
    height: 100px;
    width: 100px;
    background-color: #FA6900;
    border-radius: 5px;
}
.close:after {
    position:relative;
    content:"\d7";
    font-size:177px;
    color:black;
    font-weight:bold;
    top:-53px;
    left:-2px
}