JSFiddle - React, Tailwind, and code Playground

HTML

<div class="outer">
    <h2>Test</h2>
    <input type="text">
</div>

CSS

.outer {
    border: solid 1px;
    height: 30px;
}