Wrapping an HTML input button's text value over multiple lines
white-space: normal;
should work
Try this, you can see how it works instantly:
<input type="button" value="Carriage return separators" style="text-align:center;">
You can use button tag
<button> I see this <br/>is a long <br/> sentence here.</button>