JSFiddle - React, Tailwind, and code Playground
HTML
<p>Hello. My name is <em><mark>Pocahontas</mark></em> and I run in the woods all day.
CSS
p {font-family: Georgia;}
mark {padding: 2px 5px;}
<p>Hello. My name is <em><mark>Pocahontas</mark></em> and I run in the woods all day.
p {font-family: Georgia;}
mark {padding: 2px 5px;}