JSFiddle - React, Tailwind, and code Playground

by web tiki

HTML

<input type="text">

CSS

input{
    height:500px;
    width:500px;
    word-break: break-word;
}