Currently, I am utilizing the border-radius property to make the corners of a div rounded. In addition, there is a border line at the bottom of the div. Here is an example:
<div style="border-radius: .5em; border-bottom: 1px solid black">Content</div>
Despite this, I do not want the border line to have rounded edges. My preference is for the border line to be completely straight. Is it possible to accomplish this?