Check out example codes for "mark tag in html". It will help you in understanding the concepts better.
Code Example 1
<mark>text</mark>
Code Example 2
<style>
mark {
background-color: yellow;
color: black;
}
</style>
<mark>Highlighted text!!</mark>
Code Example 3
mark {
display: inline-block;
line-height: 0em;
padding-bottom: 0.5em;
}
Learn ReactJs, React Native from akashmittal.com