Add add background style to text:
<style> .tags { border: 1px solid #eeeeee; border-radius: 4px; background: #eeeeee; padding: 2px; } </style> <span class="background"> @Html.DisplayFor(model => model.column1)</span>