How can I use an in-line resource to display a Salesforce field value, wrapped in HTML elements?

It will probably be easier for you to use a template component to acutally display the field. There you can include the field of your choosing in {{braces}} but also add whatever html and css stylings you want. Its up to you whether you want to include the CSS inline in the template component, or as a resource.