JSFiddle - React, Tailwind, and code Playground

HTML

<fieldset>
    <legend>Криптекс</legend>
</fieldset>

CSS

* {
    margin: 0;
    padding: 0;
}
body {
    background-image: url(//placehold.it/100/333333/555555);
    background-attachment: fixed;
    background-position: center;
}
legend {
    font-size: 100px;
    text-align: center;
    padding: 0 20px;
    color: orange;
}
fieldset {
    margin: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1000px;
}