JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <label for='name'>Name:</label>
    <input type='text' id='name' />
</div>

CSS

div {
    height: 50px;
    border: 1px solid blue;
}