JSFiddle - React, Tailwind, and code Playground
by AlexP11223
HTML
<style>
div {
display: flex;
justify-content: center;
align-items: center;
height: 150px;
width: 150px;
border: 2px dashed #f69c55;
}
</style>
<div>
<label>Test</label>
</div>