I would like to know how I can set the limits for the page
CodePudding user response:
try adding break-all in your class.
<div className="w-[100px]">
<div className="break-all">
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
</div>
</div>
this will break in the limit of the parent:
100px
---------
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa