A simple piece of code, but without the result I imagined
<style>
*{
margin: 0;
padding: 0
}
p {
width: 200px;
height:200px;
background:skyblue;
white-space: normal;
}
span{
}
</style>
------------------------
<span>cccccccccccccccccccccccccccccccccccccccccccccccccccc
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
</span>
Excuse me, how did this magical phenomenon come from?