Is there a module or core feature that would let me add a <h3> text field to a content type or paragraph. 

I guess that in the past, if I wanted an <h3> text field, I would just style that specific field to look the same as an <h3> item. But, as I try to be more accessibility aware, it occurs to me that if I'm adding a title field to my paragraphs, it would be best if that title is an <h3> for screen readers and doesn't just look like an <h3>.

It seems like the Fences module might have been the solution for this in Drupal 7 land. I've found an unreleased version of fences for Backdrop CMS. https://github.com/backdrop-contrib/fences

However, my initial test suggests that fences isn't working yet. 

How are other people solving this problem?

I suppose I could create a special field template in the theme, but I'm first checking to see if there is an easier solution.

Accepted answer

I've done some preliminary testing of the Field Wrappers module and it seems to be exactly what I was looking for. 

I provides a field wrapper display format in the "Manage Displays" form.

Comments

I've done some preliminary testing of the Field Wrappers module and it seems to be exactly what I was looking for. 

I provides a field wrapper display format in the "Manage Displays" form.