JSFiddle - React, Tailwind, and code Playground
by kodjoe mambi
HTML
<div class="container">
<input class="content" id="Text1" type="text" />
</div>
CSS
.container {
width: 300px;
height: 30px;
border: thin solid red;
}
.content {
width: 100%;
}