JSFiddle - React, Tailwind, and code Playground

by Rozina Szogyenyi

HTML

<div class="preview-wrapper">
  <div class="preview-badge">Preview Mode</div>
  
  <form class="preview-form">
    <input 
      type="text" 
      disabled 
      placeholder="Example field name"
      class="preview-input"
    />
  </form>
</div>