JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<div class="type01">
  <input type="text" size="100">
</div>
<div class="type02">
  <input type="text" size="100" spellcheck="false">
</div>

CSS

.type01 {
  
}

.type02 {
  
}