My objective is to include a "Read More" link alongside a text block, which should appear next to the text without forming a new line or block. The challenge lies in the fact that the content of the text block is created using TinyMCE, resulting in various nested tags such as paragraphs that can disrupt the layout. Instead of manually manipulating the server-side code to rearrange the content, I am exploring the possibility of achieving this with pure CSS. While I am skeptical about the feasibility due to cascading properties, there might be an innovative solution within CSS styling that I have overlooked.
To illustrate my query, I have shared a JSFiddle demonstration here
I appreciate any valuable insights or suggestions on this issue!