I\'m trying to justify the text within this p tag so that it perfectly fits the width of the p.
In my case for < p > tag, works with easy way:
p { text-align: justify; text-justify: inter-word; }
https://css-tricks.com/almanac/properties/t/text-justify/