My application is that it is some online document to which user can annotate and underline the text for reference. Now this can be done by multiple users, hence need to have dif
you could do it something like this
p { text-decoration: underline overline line-through; border-top: 3px solid red; border-bottom: 3px solid green; display: inline-block; padding: 2px 0 0 0; font-size: 50px; margin: 0; }
Test