JSFiddle - React, Tailwind, and code Playground
by kmouse
HTML
<div class="test">
Testing
</div>
CSS
.test {
width: 100px;
height: 100px;
border: 2px solid lightblue;
}
.test:before {
content: "\2193";
width: 100%;
height: 100%;
font-size: 5.0em;
text-align: center;
display: block;
line-height: 100px;
}