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 {
}
by 규연 황
<div class="type01">
<input type="text" size="100">
</div>
<div class="type02">
<input type="text" size="100" spellcheck="false">
</div>
.type01 {
}
.type02 {
}