JSFiddle - React, Tailwind, and code Playground

by Pritesh Patel

HTML

<div class="a">
  <input type="text"/>
</div>

CSS

.a{
  width: 100%;
}