I am a beginner in JavaScript and I'm not sure if what I want to achieve is even possible. Some people suggested using JavaScript, but searching on Google hasn't been very helpful due to the specificity of my needs.
So here's what I need: I have a large block of text in the center of my page, let's call it the "main text".
Next to the main text, I want to create another column with more text blocks. These blocks should align in height with specific words found in the main text.
Check out this image for a better understanding:
Any suggestions on how to accomplish this? Thank you!