JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <p>YOUR TEXT HERE</p>
</div>

CSS

div {
    border: 1px dashed black;
    width: 300px;
    height: 100px;
    margin: 50px;
}

div p {
    margin-top: -0.5em;
    margin-left: 1px;
    background-color: white;
    display: block;
    width: 140px;
}