JSFiddle - React, Tailwind, and code Playground
by Tim Bauwens
HTML
<input type="button" value="Text1 Text2 Text3 Text4" />
CSS
input{
white-space: normal;
width: 110px;
}
by Tim Bauwens
<input type="button" value="Text1 Text2 Text3 Text4" />
input{
white-space: normal;
width: 110px;
}