JSFiddle - React, Tailwind, and code Playground

by stevenkaspar

HTML

<div style='display: flex'>
  <input style='flex: auto' />
  <button style='flex: none'>Delete</button>
</div>