JSFiddle - React, Tailwind, and code Playground

by Tim Bauwens

HTML

<input type="button" value="Text1&#160;Text2&#160;Text3 Text4" />

CSS

input{
    white-space: normal;
    width: 110px;
}