JSFiddle - React, Tailwind, and code Playground

by agib

HTML

<div class="expander">
    her er en tekst som så bliver længere
    <input type="text" name="" id="">
</div>

CSS

.expander {
    border: 1px solid #999;
    display: inline-block;
}
.input-expandable {
    display: inline-block;
    width: auto;
}