JSFiddle - React, Tailwind, and code Playground

HTML

<table class="table table-bordered">
	<tbody>
		<tr>
			<td>
				<span style="font-size: 0.9em; color:#fff; font-weight:bold; background-color:#74D2EB; padding-top:9px; padding-bottom:9px; padding-left: 4px; padding-right: 4px; margin-left: -6px">08:00-12:30</span>
				<span style="font-size: 0.9em; color:#fff; font-weight:bold; background-color:#B5D76A; padding-top:9px; padding-bottom:9px; padding-left: 4px; padding-right: 4px">14:00-18:00</span>
				<span onclick="alert('add time range')" style="position:relative; top: .65em;right: -.80em; cursor: pointer" class="glyphicon glyphicon-plus serviceSchedule-addTimeRange"></span>
			</td>
		</tr>
	</tbody>
</table>