How to customise the visualisation of a dataframe

Hi all,
I have a dataframe made of 3 columns: Date_Time, Author, Text, and I want to visualise but not as a dataframe with st.dataframe or st.table, but in the way shown here below:

It has the same info as mine: Date, Author and text but in a format I would prefer. Can anybody help please?

Thanks
Luigi