\documentclass[dvipdfmx,border=1mm]{standalone}
\usepackage{tikz}
\usepackage{fancybox}
\usetikzlibrary {decorations,decorations.text}
\usetikzlibrary {decorations.pathmorphing}
\begin{document}
\begin{tikzpicture}
\huge
\node[fill=yellow!50,draw,thick, minimum height=1.6cm, minimum width=4cm,decorate, decoration={random steps,segment length=3pt,amplitude=1pt}]at(1.7,.2){};
\draw decorate[decoration={text along path,text={NK-compile}}]
{ (0,0) .. controls (1.5,.2)and(3,-.2)..(3.6,0) };
\end{tikzpicture}
\end{document}