Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

post_tag slug query

$tax_query = array(
	array(
		'taxonomy'         => 'post_tag',
		'terms'            => 'name',
		'field'            => 'slug',
	),
);