This style.css code snippet removes the underline from URLs within the post or page PUBLISHED content areas – NOT widgets nor elsewhere, just content areas. AND this may only work on the Default 2016 WordPress theme.
/* Remove URL Underline */ .entry-content a { box-shadow: none; }
Watch video above for details.