JSFiddle - React, Tailwind, and code Playground

HTML

<section class="breadcrumbs">
    <span class="name">Name</span>
</section>

CSS

body {
    height: 960px;
}
.breadcrumbs {
    position: relative;
    background-color: #eee;
    height: 10%;
}
.name {
    color: #000000;
    display: inline-block;
    margin-top: 50px;
}