JSFiddle - React, Tailwind, and code Playground

by Fabio Dan

HTML

<div class="container container--large">


  <input value="123"/>
  
  
</div>

CSS

input {
  width: 100%;
}

.container {
  width: 300px;
}